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.
1 parent 6766634 commit ef7def3Copy full SHA for ef7def3
.jscsrc
package.json
@@ -23,7 +23,7 @@
23
"gulp.1"
24
],
25
"scripts": {
26
- "lint": "eslint . && jscs index.js bin/ lib/ test/",
+ "lint": "eslint .",
27
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
28
"pretest": "npm run lint",
29
"test": "mocha --async-only --timeout 5000 test/lib test",
@@ -59,8 +59,6 @@
59
"expect": "^1.20.2",
60
"gulp": "^4.0.0",
61
"gulp-test-tools": "^0.6.1",
62
- "jscs": "^3.0.7",
63
- "jscs-preset-gulp": "^1.0.0",
64
"marked-man": "^0.2.1",
65
"mocha": "^3.2.0",
66
"nyc": "^13.3.0",
0 commit comments