eslint-config-vast-vue
v1.4.1
Published
ESLint shareable config for Vue to be used with eslint-config-vast
Downloads
2
Readme
eslint-config-vast-vue
ESLint shareable config for Vue to be used with eslint-config-vast
This config uses eslint-plugin-vue for linting Vue templates.
Installation
npm i --save-dev eslint-config-vast-vue eslint-config-vast eslint-plugin-vue
Usage
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.
Related
License
MIT © 2016 Vast.com, Inc.