Skip to content

Commit

Permalink
Merge pull request #137 from justinkalland/no-case-declarations
Browse files Browse the repository at this point in the history
Add rule no-case-declarations
  • Loading branch information
feross authored Aug 13, 2019
2 parents 5031de3 + 30b7bbe commit 209c09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"no-array-constructor": "error",
"no-async-promise-executor": "error",
"no-caller": "error",
"no-case-declarations": "error",
"no-class-assign": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
Expand Down

0 comments on commit 209c09e

Please sign in to comment.