diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 6cac26ea1..9d0ae0fc3 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -196,15 +196,6 @@ module.exports = { ** You can extend webpack config here */ extend(config, ctx) { - // Run ESLint on save - if (ctx.isDev && ctx.isClient) { - config.module.rules.push({ - enforce: 'pre', - test: /\.(js|vue)$/, - loader: 'eslint-loader', - exclude: /(node_modules)/ - }) - } if (process.env.STYLEGUIDE_DEV) { const path = require('path') config.resolve.alias['@@'] = path.resolve(