1.1.3 • Published 2 years ago

eslint-config-tech-front-lint v1.1.3

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

使用方法

1. 安装

npm i eslint-config-jsc-front-lint

2. 配置

{
  // package.json
  "prettier": "eslint-config-jsc-front-lint/.prettierrc.json",
  "eslintConfig": {
    "extends": [
      "eslint-config-jsc-front-lint"
    ]
  },
}