We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010dcfe commit 5b42126Copy full SHA for 5b42126
eslint.config.js
@@ -118,6 +118,7 @@ module.exports = [
118
}
119
],
120
'n/prefer-node-protocol': 'error',
121
+ 'unicorn/consistent-function-scoping': 'error',
122
curly: 'error',
123
'no-await-in-loop': 'error',
124
'no-control-regex': 'error',
@@ -137,8 +138,7 @@ module.exports = [
137
138
'no-warning-comments': ['warn', { terms: ['fixme'] }],
139
'prefer-const': 'error',
140
'sort-destructure-keys/sort-destructure-keys': 'error',
- 'sort-imports': ['error', { ignoreDeclarationSort: true }],
141
- 'unicorn/consistent-function-scoping': 'error'
+ 'sort-imports': ['error', { ignoreDeclarationSort: true }]
142
143
144
]
0 commit comments