feat(nuxt): update @nuxt/eslint-config to a stable version (#22804)

This commit is contained in:
Leosvel Pérez Espinosa 2024-04-12 16:59:36 +02:00 committed by GitHub
parent 637a00469e
commit 36f297cf76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,15 @@
"alwaysAddToPackageJson": false "alwaysAddToPackageJson": false
} }
} }
},
"18.3.0": {
"version": "18.3.0-beta.2",
"packages": {
"@nuxt/eslint-config": {
"version": "~0.3.6",
"alwaysAddToPackageJson": false
}
}
} }
} }
} }

View File

@ -7,4 +7,4 @@ export const nuxtDevtoolsVersion = '1.0.0';
export const nuxtUiTemplatesVersion = '^1.3.1'; export const nuxtUiTemplatesVersion = '^1.3.1';
// linting deps // linting deps
export const nuxtEslintConfigVersion = '~0.3.0-alpha.1'; export const nuxtEslintConfigVersion = '~0.3.6';