Skip to content

Commit

Permalink
Remove deprecated eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianekstrom committed Feb 15, 2016
1 parent 0a72995 commit 9396616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rules:
no-undefined: 2
radix: 2
space-before-function-paren: [2, "never"]
space-after-keywords: [2, "always"]
space-before-blocks: 2
spaced-comment: [2, "always", { exceptions: ["-"]}]
valid-jsdoc: [1, { requireReturn: false, prefer: { return": "returns" }}]
Expand Down

0 comments on commit 9396616

Please sign in to comment.