Static GitHub Issues

[2504] failure eslint nuxt-class-component

prev: Can I use store in nuxt.config.js ?
next: Nuxt + Charjs Help needed

How do I use nuxt-class-component? An error occurs in eslint.

Is there anything other than turning off the bottom?

    extend (config, ctx) {
      if (ctx.dev && ctx.isClient) {
        config.module.rules.push({
          enforce: 'pre',
          test: /\.(js|vue)$/,
          loader: 'eslint-loader',
          exclude: /(node_modules)/
        })
      }
    }
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2174">#c2174</a>)</em></sub></div>