object-curly-spacing

This commit is contained in:
Michael C 2021-09-22 18:52:35 -04:00
parent 5dcc90b31a
commit a028eaa41a
No known key found for this signature in database
GPG key ID: FFB04FB3B878B7B4
85 changed files with 406 additions and 405 deletions

View file

@ -25,5 +25,6 @@ module.exports = {
"quotes": ["warn", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
"indent": ["warn", 4, { "SwitchCase": 1 }],
"object-curly-spacing": ["warn", "always"],
},
};