# @alza54/eslint-config-vue

[![shellcode.team](https://img.shields.io/badge/style-shellcode.team-red.svg?label=&logo=buffer&logoColor=fff)](http://shellcode.team) 
[![Build Status](https://travis-ci.com/alza54/shellcode-styleguide.svg?branch=master)](https://travis-ci.com/alza54/shellcode-styleguide)
[![shellcode-styleguide](https://img.shields.io/badge/style-shellcode-000000.svg)](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.
