hapi-scope-start
Version:
ESLint rule to enforce new line at the beginning of function scope
32 lines (31 loc) • 816 B
JSON
{
"name": "hapi-scope-start",
"version": "2.1.1",
"description": "ESLint rule to enforce new line at the beginning of function scope",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"main": "lib/index.js",
"scripts": {
"test": "belly-button && lab -v -t 100 -a code"
},
"repository": {
"type": "git",
"url": "https://github.com/continuationlabs/hapi-scope-start.git"
},
"keywords": [
"eslint",
"eslintplugin",
"hapi",
"scope"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/continuationlabs/hapi-scope-start/issues"
},
"homepage": "https://github.com/continuationlabs/hapi-scope-start",
"devDependencies": {
"belly-button": "1.x.x",
"code": "1.x.x",
"eslint": "1.x.x",
"lab": "6.x.x"
}
}