@alza54/eslint-config-vue
v0.6.1
Published
Strict shareable config for ESLint and TypeScript that I use for my projects
Downloads
48
Maintainers
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.