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 52000be commit 33c1ebdCopy full SHA for 33c1ebd
eslint.config.js
@@ -1,4 +1,3 @@
1
-import eslintRecommended from "eslint/conf/eslint-recommended.js"
2
import vue from "eslint-plugin-vue"
3
import vuetify from "eslint-plugin-vuetify"
4
import nuxt from "eslint-plugin-nuxt"
@@ -21,7 +20,6 @@ export default [
21
20
nuxt,
22
},
23
rules: {
24
- ...eslintRecommended.rules,
25
...vue.configs.recommended.rules,
26
...vuetify.configs.recommended.rules,
27
...nuxt.configs.recommended.rules,
0 commit comments