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 2a0b2e9 commit 36cf011Copy full SHA for 36cf011
eslint.config.mjs
@@ -7,11 +7,12 @@ import globals from 'globals'
7
export default [
8
eslintPluginImport.flatConfigs.errors,
9
eslintPluginImport.flatConfigs.warnings,
10
- eslintPluginUnicorn.configs['flat/recommended'],
+ eslintPluginUnicorn.configs.recommended,
11
...xo,
12
...xoBrowser,
13
{
14
ignores: [
15
+ '**/*.json',
16
'**/*.min.js',
17
'**/dist/',
18
'.babelrc.js'
0 commit comments