eslint-config-hlit
v1.0.3
Published
my favorite vue lint style
Downloads
3
Maintainers
Readme
eslint-config-hlint
项目依赖
- eslint
- babel-eslint
- vue-eslint-parse
- eslint-plugin-vue
使用方法
- 配置文件
// .eslintrc.js module.exports = { extends: [ 'eslint-config-hlint/vue' ] }