Skip to content

Commit

Permalink
Update rules for ESLint version 3.8.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton authored and addyosmani committed Oct 20, 2016
1 parent b84a760 commit ebb5171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = {
// ---------------------------------------------
'no-cond-assign': 0, // eslint:recommended
// 'no-console': 2, // eslint:recommended
// 'no-condition': 2, // eslint:recommended
// 'no-constant-condition': 2, // eslint:recommended
// 'no-control-regex': 2, // eslint:recommended
// 'no-debugger': 2, // eslint:recommended
Expand Down Expand Up @@ -189,6 +188,7 @@ module.exports = {
// 'consistent-this': 0,
'eol-last': 2,
'func-call-spacing': 2,
// 'func-name-matching': 0,
// 'func-names': 0,
// 'func-style': 0,
// 'id-blacklist': 0,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"hint"
],
"devDependencies": {
"eslint": "^3.5.0"
"eslint": "^3.8.1"
},
"peerDependencies": {
"eslint": ">=3.5.0"
"eslint": ">=3.8.1"
}
}

0 comments on commit ebb5171

Please sign in to comment.