# eslint-config-vue-75biz
## how to install
`npm install eslint-config-vue-75biz
**if you have your eslint installed globally, use**
`npm install eslint-config-vue-75biz -g`
add eslintConf in your package.json
``` js
"eslintConfig": {
"extends": "vue-75biz"
}
```