0.1.0 • Published 6 years ago
eslint-config-gnavi-vue v0.1.0
eslint-config-gnavi-vue
ESLint config for Vue.js Project of gnavi
Install
$ npm i --D eslint-config-gnavi-vue
Usage
In your .eslintrc.js
:
modules.export = {
extends: ["gnavi-vue"]
}
or in your package.json
:
"eslintConfig": {
"extends": ["gnavi-vue"]
}
License
MIT
0.1.0
6 years ago