1.0.2 • Published 5 years ago

@wecode/eslint-config-cloudit v1.0.2

Weekly downloads
2
License
-
Repository
-
Last release
5 years ago

办公IT ESLint规范配置

依赖

依赖于ESLint npm包,需要先安装ESLint

yarn add -D eslint

React规范

安装

yarn add -D @wlk/eslint-config-cloudit

修改package.json

在package.json中加入下面这样的配置

  "eslintConfig": {
    "extends": "@wlk/eslint-config-cloudit"
  },