Skip to content

Commit a9d5f94

Browse files
committed
[Tests] remove jscs
1 parent 103a907 commit a9d5f94

File tree

2 files changed

+1
-178
lines changed

2 files changed

+1
-178
lines changed

.jscs.json

Lines changed: 0 additions & 174 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"test:module": "node test/index.js",
1515
"coverage": "covert test/*.js",
1616
"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",
17+
"lint": "eslint .",
2018
"security": "nsp check"
2119
},
2220
"repository": {
@@ -50,7 +48,6 @@
5048
"array-map": "^0.0.0",
5149
"covert": "^1.1.0",
5250
"eslint": "^5.8.0",
53-
"jscs": "^3.0.7",
5451
"nsp": "^3.2.1",
5552
"object-keys": "^1.0.12",
5653
"tape": "^4.9.1"

0 commit comments

Comments
 (0)