1.0.2 • Published 4 years ago

eslint-config-htoooth v1.0.2

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

htoo eslint config

Usage

使用之前必须安装:

npm install --save-dev eslint-config-htoooth

使用方法: 1. 在项目根目录下新建文件: .eslintrc 2. 写入以下文件:

{
  "extends": "htoooth"
}

参考文章

  1. 代码重构之道
  2. 利用 ESLint 检查代码质量