How do I go about disabling ESlint in project generated with vue-cli?
ESlint
vue-cli
preLoaders: [ { test: /\\.vue$/, loader: \'eslint\
Vue's starter projects are themselves built with a templating language.
Looking at the templates (the {{#lint}} bits) it appears you can remove the entire preLoaders block.
{{#lint}}
preLoaders