@alza54/eslint-config-vue
Version:
Strict shareable config for ESLint and TypeScript that I use for my projects
35 lines (25 loc) • 848 B
Markdown
# @alza54/eslint-config-vue
[](http://shellcode.team)
[](https://travis-ci.com/alza54/shellcode-styleguide)
[](https://github.com/alza54/shellcode-styleguide)
Shareable configuration for [`eslint`](https://github.com/eslint/eslint).
## Installation
```bash
npm install --save-dev @alza54/eslint-config-vue
```
or yarn
```bash
yarn add -D @alza54/eslint-config-vue
```
Then, modify your `eslint` configuration:
```json
{
"extends": [
"@alza54/vue"
]
}
```
Done! Later you can modify your configuration to include
any extra rules you need.
## License
MIT.