meta: add eslint rule "curly" because it makes git commits cleaner

This commit is contained in:
Xymorot 2021-01-04 23:41:12 +01:00
parent 82a97d0f40
commit d711e39ce5
1 changed files with 1 additions and 0 deletions

View File

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