0.1.0 • Published 7 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-vueUsage
In your .eslintrc.js:
modules.export = {
extends: ["gnavi-vue"]
}or in your package.json:
"eslintConfig": {
"extends": ["gnavi-vue"]
}License
MIT
0.1.0
7 years ago