mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Always require curly braces
This commit is contained in:
parent
b0510955f3
commit
cf1c15fa1b
1 changed files with 1 additions and 1 deletions
2
eslintrc
2
eslintrc
|
@ -30,7 +30,7 @@
|
|||
"use-isnan": [ "warn" ],
|
||||
"valid-jsdoc": [ "warn" ],
|
||||
"valid-typeof": [ "error" ],
|
||||
"curly": [ "warn", "multi" ],
|
||||
"curly": [ "warn" ],
|
||||
"default-case": [ "warn" ],
|
||||
"dot-location": [ "warn", "property" ],
|
||||
"eqeqeq": [ "warn", "smart" ],
|
||||
|
|
Loading…
Reference in a new issue