We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@stylistic/curly-newline
1 parent 6a547b5 commit e1fe11cCopy full SHA for e1fe11c
index.js
@@ -104,6 +104,10 @@ const rules = {
104
'default-case': 'error',
105
'default-case-last': 'error',
106
'dot-notation': 'error',
107
+ '@stylistic/curly-newline': [
108
+ 'error',
109
+ 'always',
110
+ ],
111
'@stylistic/dot-location': [
112
'error',
113
'property',
package.json
@@ -60,9 +60,9 @@
60
],
61
"dependencies": {
62
"@eslint/json": "^0.5.0",
63
- "@stylistic/eslint-plugin": "^2.6.1",
+ "@stylistic/eslint-plugin": "^2.9.0",
64
"confusing-browser-globals": "1.0.11",
65
- "globals": "^15.3.0"
+ "globals": "^15.11.0"
66
},
67
"devDependencies": {
68
"ava": "^6.1.3",
0 commit comments