nuxt-modules / eslint

ESLint module for Nuxt.js
MIT License
159 stars 15 forks source link

Issue with eslint build module in Nuxt SSR application #51

Closed alexpilugin closed 3 years ago

alexpilugin commented 3 years ago

My source code: repository My question: nuxt.config.js where build modules build only in dev mode? buildModules: [ '@nuxtjs/eslint-module' ], Absence opportunity to ignore / disable ESLint build module on production?

alexpilugin commented 3 years ago

My solution is simple: I removed @nuxtjs/eslint-module from nuxt.config.js file