Skip to content

Commit

Permalink
Upgrade eslint package to 2.13 version (#2389)
Browse files Browse the repository at this point in the history
Rules space-after-keywords and space-return-throw-case merged into keyword-spacing
  • Loading branch information
anthony-redFox authored and boneskull committed Jul 22, 2016
1 parent f69f368 commit fb6ef8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Expand Up @@ -112,12 +112,11 @@ rules:
radix: 2
semi: [2, always]
semi-spacing: [2, { before: false, after: true }]
space-after-keywords: [2, always]
space-before-blocks: [2, always]
space-before-function-paren: [2, never]
space-in-parens: [2, never]
space-infix-ops: 2
space-return-throw-case: 2
keyword-spacing: 2
space-unary-ops: [2, { words: true, nonwords: false }]
spaced-comment: [2, always, { exceptions: ['!'] }]
strict: [0, global] # TODO: Change to error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -316,7 +316,7 @@
"browser-stdout": "^1.2.0",
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"eslint": "^1.10.3",
"eslint": "^2.13.1",
"expect.js": "^0.3.1",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
Expand Down

0 comments on commit fb6ef8f

Please sign in to comment.