From 014e2ca012aad66aff233ea2ea302b5050ab4e8d Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 23 Feb 2015 10:44:11 +1100 Subject: [PATCH] remove jshint --- jshint.json | 19 ------------------- package.json | 2 -- 2 files changed, 21 deletions(-) delete mode 100644 jshint.json diff --git a/jshint.json b/jshint.json deleted file mode 100644 index ab6fd1b..0000000 --- a/jshint.json +++ /dev/null @@ -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 -} diff --git a/package.json b/package.json index 1aab80c..fd4259b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "coverage": "istanbul cover _mocha -- test/*.js", "coveralls": "npm run-script coverage && coveralls < coverage/lcov.info", "integration": "mocha --reporter list test/integration/*.js", - "jshint": "jshint --config jshint.json src/*.js ; true", "standard": "standard", "test": "npm run-script unit", "unit": "istanbul test mocha -- --reporter list test/*.js" @@ -58,7 +57,6 @@ "cb-helloblock": "^0.4.10", "coveralls": "^2.11.2", "istanbul": "^0.3.5", - "jshint": "^2.5.11", "mocha": "^2.1.0", "mocha-lcov-reporter": "0.0.1", "sinon": "^1.12.2",