diff --git a/nuxt.config.js b/nuxt.config.js index 29bacb8..7a77059 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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 diff --git a/package.json b/package.json index 06ff8a1..56c251b 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,8 @@ "typescript": "^5.2.2", "wait-on": "^7.0.1" }, + "resolutions": { + "eslint-webpack-plugin": "^2.0.0" + }, "snyk": true }