Skip to content

Commit

Permalink
Build: Remove jscs & update eslint for code formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 21, 2018
1 parent 2cecf1e commit ad8a2f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .jscsrc

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"gulp": "./bin/gulp.js"
},
"scripts": {
"lint": "eslint . && jscs index.js bin/ test/",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
Expand All @@ -36,13 +36,11 @@
"vinyl-fs": "^3.0.0"
},
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.0",
"rimraf": "^2.2.5"
Expand Down

0 comments on commit ad8a2f7

Please sign in to comment.