Always require curly braces

This commit is contained in:
Kevin MacMartin 2016-05-17 20:58:51 -04:00
parent b0510955f3
commit cf1c15fa1b

View file

@ -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" ],