@foxpage/eslint-config-foxpage-component

0.1.5 • Public • Published

@foxpage/eslint-config-foxpage-component

foxpage-component-boilerplate 项目提供 eslint 相关配置.

Usage

在项目根目录的 .eslintrc 文件内配置:

{
  "root": true,
  "extends": "@foxpage/eslint-config-foxpage-component",
  "rules": {}
}

Customer Rules

添加自定义 ESLint rule:

{
  "root": true,
  "extends": "@foxpage/eslint-config-foxpage-component",
  "rules": {
    "no-unused-vars": [1]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @foxpage/eslint-config-foxpage-component

Weekly Downloads

100

Version

0.1.5

License

MIT

Unpacked Size

9.96 kB

Total Files

6

Last publish

Collaborators

  • shumingzhang
  • milkrong
  • songzinpm
  • yhdeng
  • xdrxdr
  • wangyilong