Skip to content

Commit e1fe11c

Browse files
committed
1 parent 6a547b5 commit e1fe11c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ const rules = {
104104
'default-case': 'error',
105105
'default-case-last': 'error',
106106
'dot-notation': 'error',
107+
'@stylistic/curly-newline': [
108+
'error',
109+
'always',
110+
],
107111
'@stylistic/dot-location': [
108112
'error',
109113
'property',

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
],
6161
"dependencies": {
6262
"@eslint/json": "^0.5.0",
63-
"@stylistic/eslint-plugin": "^2.6.1",
63+
"@stylistic/eslint-plugin": "^2.9.0",
6464
"confusing-browser-globals": "1.0.11",
65-
"globals": "^15.3.0"
65+
"globals": "^15.11.0"
6666
},
6767
"devDependencies": {
6868
"ava": "^6.1.3",

0 commit comments

Comments
 (0)