Skip to content

Commit

Permalink
Update to ESLint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Feb 14, 2016
1 parent 28e93f7 commit d2e94ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
2,
"always"
],
"space-after-keywords": [
2,
"always"
],
"keyword-spacing": 2,
"space-before-function-paren": [
2,
{
Expand Down Expand Up @@ -94,7 +91,6 @@
"no-alert": 2,
"no-caller": 2,
"no-console": 0,
"no-empty-label": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
"no-implied-eval": 2,
Expand Down Expand Up @@ -135,7 +131,6 @@
"before": false,
"after": true
}
],
"space-return-throw-case": 2
]
}
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
],
"repository": "yeoman/yeoman-test",
"devDependencies": {
"eslint": "^2.0.0",
"gulp": "^3.6.0",
"gulp-eslint": "^1.0.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0",
"gulp-coveralls": "^0.1.0"
"gulp-plumber": "^1.0.0"
},
"scripts": {
"prepublish": "gulp prepublish",
Expand Down

0 comments on commit d2e94ae

Please sign in to comment.