Skip to content
On this page

如何安装并使用 ESLintPlugin

目标

  • 安装eslint-plugin-promise
  • 用安装的插件来约束项目的promise代码

image-20220629002037972

Coding

  • pnpm add eslint-plugin-promise -D
  • .eslintrc中配置插件以及开启promise相关的规则

image-20220629002411482

效果及运行

可以看见 promise 相关的自定义规则生效了

image-20220629002455952

Released under the MIT License.