1.5.0 • Published 4 years ago

eslint-config-ftf v1.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

eslint-config-ftf

FTF's ESLint config, following our styleguide.

Usage with eslint

npm i -D eslint-config-ftf eslint

touch a new file named .eslintrc, and then use the following content to config eslint.

{
  "extends": [
    "ftf"
  ]
}

Development

cd eslint-config-ftf
# 先安装依赖包
npm ci
# 将本地工程映射为 node package
npm link ./
# 单元测试
npm test