We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e4736 commit 2b1555eCopy full SHA for 2b1555e
eslint.config.js
@@ -33,7 +33,7 @@ export default [
33
"@stylistic/comma-spacing": [ "error", { before: false, after: true }],
34
"@stylistic/comma-style": [ "error", "last" ],
35
"@stylistic/computed-property-spacing": [ "error", "never" ],
36
- "@stylistic/curly-newline": [ "error", { minElements: 2 }],
+ "@stylistic/curly-newline": [ "error", { minElements: 1 }],
37
"@stylistic/dot-location": [ "error", "property" ],
38
"@stylistic/eol-last": [ "error", "always" ],
39
"@stylistic/function-call-argument-newline": [ "error", "consistent" ],
0 commit comments