The default eslint config is eslint-config-vue, but you can change it to anything you want in .eslintrc:
{
// for example, change to:
"extends": "standard"
}The default eslint config is eslint-config-vue, but you can change it to anything you want in .eslintrc:
{
// for example, change to:
"extends": "standard"
}