diff --git a/.jscsrc b/.jscsrc deleted file mode 100644 index 576f754..0000000 --- a/.jscsrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "preset": "jquery", - // Since we check quotemarks already in jshint, this can be turned off - "validateQuoteMarks": false -} diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index 24eaf85..0000000 --- a/.jshintrc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "globals": { - "module": true - }, - "boss": true, - "browser": true, - "curly": true, - "esversion": 6, - "eqeqeq": true, - "eqnull": true, - "expr": true, - "immed": true, - "noarg": true, - "quotmark": "double", - "undef": true, - "unused": true -} diff --git a/package.json b/package.json index 2464918..6d9bf3d 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "scripts": { "all": "npm run build && npm run test && npm run lint", "build": "node build.js", - "lint": "npm exec -- jshint src test/*.js && npm exec -- jscs src test/*.js", - "new-lint": "npm exec -- eslint src test", + "lint": "npm exec -- eslint src test", "test": "npm exec -- karma start --log-level debug --single-run=true" }, "devDependencies": {