From 7892c7d7633075bf140c8dfeb288db011fd9225d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 24 Oct 2023 07:20:17 +0200 Subject: [PATCH] fix: re-enable nuxtjs/eslint-module --- nuxt.config.js | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 }