ESLint shareable config for Vue to be used with eslint-config-vast
This config uses eslint-plugin-vue for linting Vue templates.
npm i --save-dev eslint-config-vast-vue eslint-config-vast eslint-plugin-vue
Create .eslintrc
file in the root of your project with the following config:
{
"extends": ["eslint-config-vast", "eslint-config-vast-vue"]
}
See eslint-config-vast for additional information.
MIT © 2016 Vast.com, Inc.