Skip to content

Commit ef7def3

Browse files
sttkphated
authored andcommitted
Scaffold: Remove jscs
1 parent 6766634 commit ef7def3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.jscsrc

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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gulp.1"
2424
],
2525
"scripts": {
26-
"lint": "eslint . && jscs index.js bin/ lib/ test/",
26+
"lint": "eslint .",
2727
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
2828
"pretest": "npm run lint",
2929
"test": "mocha --async-only --timeout 5000 test/lib test",
@@ -59,8 +59,6 @@
5959
"expect": "^1.20.2",
6060
"gulp": "^4.0.0",
6161
"gulp-test-tools": "^0.6.1",
62-
"jscs": "^3.0.7",
63-
"jscs-preset-gulp": "^1.0.0",
6462
"marked-man": "^0.2.1",
6563
"mocha": "^3.2.0",
6664
"nyc": "^13.3.0",

0 commit comments

Comments
 (0)