remove jshint
This commit is contained in:
parent
a006e9a4ef
commit
014e2ca012
2 changed files with 0 additions and 21 deletions
19
jshint.json
19
jshint.json
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"asi": true,
|
|
||||||
"camelcase": true,
|
|
||||||
"freeze": true,
|
|
||||||
"immed": true,
|
|
||||||
"indent": 2,
|
|
||||||
"latedef": true,
|
|
||||||
"maxcomplexity": 10,
|
|
||||||
"maxlen": 120,
|
|
||||||
"noarg": true,
|
|
||||||
"noempty": true,
|
|
||||||
"nonbsp": true,
|
|
||||||
"node": true,
|
|
||||||
"nonew": true,
|
|
||||||
"undef": true,
|
|
||||||
"unused": true,
|
|
||||||
"strict": false,
|
|
||||||
"trailing": true
|
|
||||||
}
|
|
|
@ -36,7 +36,6 @@
|
||||||
"coverage": "istanbul cover _mocha -- test/*.js",
|
"coverage": "istanbul cover _mocha -- test/*.js",
|
||||||
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
|
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
|
||||||
"integration": "mocha --reporter list test/integration/*.js",
|
"integration": "mocha --reporter list test/integration/*.js",
|
||||||
"jshint": "jshint --config jshint.json src/*.js ; true",
|
|
||||||
"standard": "standard",
|
"standard": "standard",
|
||||||
"test": "npm run-script unit",
|
"test": "npm run-script unit",
|
||||||
"unit": "istanbul test mocha -- --reporter list test/*.js"
|
"unit": "istanbul test mocha -- --reporter list test/*.js"
|
||||||
|
@ -58,7 +57,6 @@
|
||||||
"cb-helloblock": "^0.4.10",
|
"cb-helloblock": "^0.4.10",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
"istanbul": "^0.3.5",
|
"istanbul": "^0.3.5",
|
||||||
"jshint": "^2.5.11",
|
|
||||||
"mocha": "^2.1.0",
|
"mocha": "^2.1.0",
|
||||||
"mocha-lcov-reporter": "0.0.1",
|
"mocha-lcov-reporter": "0.0.1",
|
||||||
"sinon": "^1.12.2",
|
"sinon": "^1.12.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue