1.0.2 • Published 4 years ago

@wecode/eslint-config-cloudit-base v1.0.2

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

办公IT ESLint规范配置

依赖

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

yarn add -D eslint

基础规范

安装

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

修改package.json

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

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