mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-26 01:31:27 -05:00
Don't require a default case in switch statements
This commit is contained in:
parent
d13004e775
commit
9092bfe371
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -31,7 +31,6 @@
|
||||||
"valid-jsdoc": [ "warn" ],
|
"valid-jsdoc": [ "warn" ],
|
||||||
"valid-typeof": [ "error" ],
|
"valid-typeof": [ "error" ],
|
||||||
"curly": [ "warn" ],
|
"curly": [ "warn" ],
|
||||||
"default-case": [ "warn" ],
|
|
||||||
"dot-location": [ "warn", "property" ],
|
"dot-location": [ "warn", "property" ],
|
||||||
"eqeqeq": [ "warn", "smart" ],
|
"eqeqeq": [ "warn", "smart" ],
|
||||||
"guard-for-in": [ "warn" ],
|
"guard-for-in": [ "warn" ],
|
||||||
|
|
Loading…
Reference in a new issue