We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
object-curly-spacing
1 parent 88a8561 commit 27218faCopy full SHA for 27218fa
.eslintrc.json
@@ -12,6 +12,7 @@
12
"outerIIFEBody": 0
13
}],
14
"space-before-function-paren": "off",
15
+ "object-curly-spacing": "off",
16
"operator-linebreak": ["error", "before", { "overrides": { "=": "after" } }],
17
"no-cond-assign": "off",
18
"no-useless-escape": "off",
0 commit comments