README
@alza54/eslint-config-vue
Shareable configuration for eslint.
Installation
npm install --save-dev @alza54/eslint-config-vue
or yarn
yarn add -D @alza54/eslint-config-vue
Then, modify your eslint configuration:
{
"extends": [
"@alza54/vue"
]
}
Done! Later you can modify your configuration to include any extra rules you need.
License
MIT.