fix: re-enable nuxtjs/eslint-module
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -79,5 +79,8 @@
|
||||
"typescript": "^5.2.2",
|
||||
"wait-on": "^7.0.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"eslint-webpack-plugin": "^2.0.0"
|
||||
},
|
||||
"snyk": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user