How do I go about disabling ESlint in project generated with vue-cli?
ESlint
vue-cli
preLoaders: [ { test: /\\.vue$/, loader: \'eslint\
There are some out-of-date answers here.
Because vue-cli 3 is using a zero configuration approach, the way to disable it is to just uninstall the module:
npm remove @vue/cli-plugin-eslint