@bts-prodev/eslint-vue
v1.0.3
Published
ESLint configuration for Vue
Downloads
21
Readme
Installation
Install the following command
npm install --save-dev @bts-prodev/eslint-vue
Usage
Add the following configuration to your package.json
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-vue"
]
}