eslint-config-tqfed

1.0.0 • Public • Published

eslint验证规则

编辑

git clone ssh://git@gitlab.hztianque.com:22016/f2e/eslint-config-tqfe.git

安装

npm i eslint-config-tqfe

使用

base

// .eslintrc
{
    "extends": "eslint-config-tqfe"
}

vue

// .eslintrc
{
    "extends": "eslint-config-tqfe/vue"
}

change log

  • 2017-05-10 新建
  • 2018-01-31 完善base,新增vue lint
  • 2018-02-01 change brace-style from stroustrup to 1tbs
  • 2018-02-01 add x-invalid-end-tag:false to vue/no-parsing-error
  • 2018-02-01 change vue/no-parsing-error from error to warn. lint rule has bug
  • 2018-02-01 change vue/html-indent from error to off. lint rule has bug

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-tqfed

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

21.4 kB

Total Files

11

Last publish

Collaborators

  • ektx
  • jacenshicc