Skip to content

Commit 5b42126

Browse files
committed
Lint config nit
1 parent 010dcfe commit 5b42126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ module.exports = [
118118
}
119119
],
120120
'n/prefer-node-protocol': 'error',
121+
'unicorn/consistent-function-scoping': 'error',
121122
curly: 'error',
122123
'no-await-in-loop': 'error',
123124
'no-control-regex': 'error',
@@ -137,8 +138,7 @@ module.exports = [
137138
'no-warning-comments': ['warn', { terms: ['fixme'] }],
138139
'prefer-const': 'error',
139140
'sort-destructure-keys/sort-destructure-keys': 'error',
140-
'sort-imports': ['error', { ignoreDeclarationSort: true }],
141-
'unicorn/consistent-function-scoping': 'error'
141+
'sort-imports': ['error', { ignoreDeclarationSort: true }]
142142
}
143143
}
144144
]

0 commit comments

Comments
 (0)