1.1.2 • Published 4 years ago

@locals/eslint-config-locals-fabric v1.1.2

Weekly downloads
45
License
MIT
Repository
-
Last release
4 years ago

fabric

介绍

代码质量检查

安装

npx install-peerdeps --dev eslint-config-locals-fabric --registry https://devnode.localhome.com.cn/npm/
--- or
yarn add eslint-config-locals-fabric --peer --dev --registry https://devnode.localhome.com.cn/npm/
--- or
npm install eslint babel-eslint babel-plugin-react eslint-config-locals-fabric --registry https://devnode.localhome.com.cn/npm/

为了确保其他人能正常安装,请保留 yarn.lock 或 package-lock.json

使用

.eslintrc

{
  "extends": "locals-fabric",
  rules: {
    ... 其他需要覆盖的规则
  }
}
1.1.2

4 years ago