Skip to content

Commit 90eb2ed

Browse files
committed
[Tests] remove jscs
1 parent 64a9127 commit 90eb2ed

File tree

2 files changed

+1
-180
lines changed

2 files changed

+1
-180
lines changed

.jscs.json

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@ljharb/eslint-config": "^12.2.1",
3131
"covert": "^1.1.1",
3232
"eslint": "^4.19.1",
33-
"jscs": "^3.0.7",
3433
"tape": "^4.10.1"
3534
},
3635
"license": "MIT",
@@ -40,9 +39,7 @@
4039
"posttest": "npm run coverage -- --quiet",
4140
"tests-only": "node test",
4241
"coverage": "covert test/*.js",
43-
"lint": "npm run jscs && npm run eslint",
44-
"jscs": "jscs *.js */*.js",
45-
"eslint": "eslint *.js */*.js"
42+
"lint": "eslint ."
4643
},
4744
"testling": {
4845
"files": "test/index.js",

0 commit comments

Comments
 (0)