Skip to content

Commit

Permalink
Scaffold: Remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk authored and phated committed Mar 13, 2019
1 parent 6766634 commit ef7def3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gulp.1"
],
"scripts": {
"lint": "eslint . && jscs index.js bin/ lib/ test/",
"lint": "eslint .",
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"pretest": "npm run lint",
"test": "mocha --async-only --timeout 5000 test/lib test",
Expand Down Expand Up @@ -59,8 +59,6 @@
"expect": "^1.20.2",
"gulp": "^4.0.0",
"gulp-test-tools": "^0.6.1",
"jscs": "^3.0.7",
"jscs-preset-gulp": "^1.0.0",
"marked-man": "^0.2.1",
"mocha": "^3.2.0",
"nyc": "^13.3.0",
Expand Down

0 comments on commit ef7def3

Please sign in to comment.