Skip to content

jd-ftf/eslint-config-ftf

Repository files navigation

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

About

FTF's ESLint config, following our styleguide

Resources

License

Stars

Watchers

Forks

Packages

No packages published