meta: add eslint rule "curly" because it makes git commits cleaner
This commit is contained in:
parent
82a97d0f40
commit
d711e39ce5
|
@ -36,6 +36,7 @@
|
||||||
],
|
],
|
||||||
"no-constant-condition": ["error", { "checkLoops": false }],
|
"no-constant-condition": ["error", { "checkLoops": false }],
|
||||||
"no-throw-literal": "error",
|
"no-throw-literal": "error",
|
||||||
|
"curly": "error",
|
||||||
|
|
||||||
"import/no-extraneous-dependencies": [
|
"import/no-extraneous-dependencies": [
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Reference in New Issue