Skip to content

Commit 30b7bbe

Browse files
author
Justin Kalland
committed
Add rule no-case-declarations
1 parent f7d50e0 commit 30b7bbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"new-parens": "error",
6969
"no-array-constructor": "error",
7070
"no-caller": "error",
71+
"no-case-declarations": "error",
7172
"no-class-assign": "error",
7273
"no-compare-neg-zero": "error",
7374
"no-cond-assign": "error",

0 commit comments

Comments
 (0)