We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jscs
1 parent 103a907 commit a9d5f94Copy full SHA for a9d5f94
.jscs.json
package.json
@@ -14,9 +14,7 @@
14
"test:module": "node test/index.js",
15
"coverage": "covert test/*.js",
16
"coverage-quiet": "covert test/*.js --quiet",
17
- "lint": "npm run --silent jscs && npm run --silent eslint",
18
- "eslint": "eslint test/*.js *.js",
19
- "jscs": "jscs test/*.js *.js",
+ "lint": "eslint .",
20
"security": "nsp check"
21
},
22
"repository": {
@@ -50,7 +48,6 @@
50
48
"array-map": "^0.0.0",
51
49
"covert": "^1.1.0",
52
"eslint": "^5.8.0",
53
- "jscs": "^3.0.7",
54
"nsp": "^3.2.1",
55
"object-keys": "^1.0.12",
56
"tape": "^4.9.1"
0 commit comments