Skip to content
Advertisement

Tag: vue-cli

How to disable ESLint in vue-cli?

How do I go about disabling ESlint in project generated with vue-cli? If I remove the loader: ‘eslint’ line it won’t compile, same with setting it to an empty string. I know I can opt out of ESLint during the initialization phase, but how can I disable it after my project has been created? Answer Vue’s starter projects are themselves

Advertisement