eslint-config-ftf
v1.5.0
Published
FTF's ESLint config, following our styleguide
Downloads
3
Readme
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