1.0.12 • Published 7 years ago
eslint-plugin-tqfe v1.0.12
eslint验证规则
编辑
git clone ssh://git@gitlab.hztianque.com:22016/f2e/eslint-config-tqfe.git
安装
npm i eslint-config-tqfe
使用
base
// .eslintrc
{
"extends": "plugin:tqfe"
}
vue
// .eslintrc
{
"extends": "plugin:tqfe/vue"
}
change log
- 2017-05-10 新建
- 2018-01-31 完善base,新增vue lint
- 2018-02-01 change brace-style from
stroustrup
to1tbs
- 2018-02-01 add x-invalid-end-tag:false to vue/no-parsing-error
- 2018-02-01 change vue/no-parsing-error from
error
towarn
. lint rule has bug - 2018-02-01 change vue/html-indent from
error
tooff
. lint rule has bug - 2018-06-04 remove
ignoreEOLComments
fromno-multi-spaces