We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@eslint/js
1 parent e4a0aae commit 477ee5cCopy full SHA for 477ee5c
packages/eslint-config/src/flat/configs/javascript.ts
@@ -6,6 +6,7 @@ import globals from 'globals'
6
export default function javascript(): Linter.FlatConfig[] {
7
return [
8
{
9
+ ...pluginESLint.configs.recommended,
10
name: 'nuxt/javascript',
11
languageOptions: {
12
ecmaVersion: 2022,
@@ -29,7 +30,6 @@ export default function javascript(): Linter.FlatConfig[] {
29
30
linterOptions: {
31
reportUnusedDisableDirectives: true,
32
},
- ...pluginESLint.configs.recommended,
33
34
]
35
}
0 commit comments