chore: enable object-curly-spacing in ESLint (#9168)

This commit is contained in:
Max Schmitt 2021-09-27 18:58:08 +02:00 committed by GitHub
parent 03376ed44b
commit cd22072685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
228 changed files with 2199 additions and 2198 deletions

View file

@ -24,6 +24,7 @@ module.exports = {
* Enforced rules * Enforced rules
*/ */
// syntax preferences // syntax preferences
"object-curly-spacing": ["error", "always"],
"quotes": [2, "single", { "quotes": [2, "single", {
"avoidEscape": true, "avoidEscape": true,
"allowTemplateLiterals": true "allowTemplateLiterals": true