1.1.4 • Published 3 years ago

eslint-config-jsc-front-lint v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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"
    ]
  },
}