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 fa663b1 commit 8c5d4e4Copy full SHA for 8c5d4e4
2 files changed
eslint.config.js
@@ -228,6 +228,7 @@ module.exports = [
228
'no-unused-vars': 'off',
229
'no-useless-constructor': 'off',
230
'prettier/prettier': ['error', { trailingComma: 'none' }],
231
+ 'unicorn/consistent-function-scoping': 'off',
232
'unicorn/filename-case': 'off',
233
},
234
0 commit comments