fix: re-enable nuxtjs/eslint-module

This commit is contained in:
2023-10-24 07:20:17 +02:00
parent 4169c55e79
commit 7892c7d763
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default defineNuxtConfig({
},
buildModules: [
// https://go.nuxtjs.dev/eslint
// ['@nuxtjs/eslint-module', { exclude: ['graphql/generated', 'node_modules'] }],
['@nuxtjs/eslint-module', { exclude: ['graphql/generated', 'node_modules'] }],
// https://go.nuxtjs.dev/stylelint
'@nuxtjs/stylelint-module',
// https://go.nuxtjs.dev/vuetify
+3
View File
@@ -79,5 +79,8 @@
"typescript": "^5.2.2",
"wait-on": "^7.0.1"
},
"resolutions": {
"eslint-webpack-plugin": "^2.0.0"
},
"snyk": true
}