Skip to content
On this page

在编辑器中集成 ESLint

ESLint 可以和很多编辑器非常好的配合,可以在我们 dev 的时候就能够即使反馈 lint 信息,这一节我们就讲讲在编辑器中集成 ESLint 吧~

在 VScode 中集成 ESLint 插件

  • 在 VScode 插件市场安装 ESLint 插件

image-20220701075827099

  • 开启代码保存时自动执行 ESLint 修复功能

image-20220701075943487

  • 看看效果

    Kapture 2022-07-01 at 08.02.54

在 WebStorm 中集成 ESLint 插件

由于 WebStorm 自动集成 ESLint,所以我们无需安装

  • 进入 WebStorm 配置 ESLint 自动修复

image-20220701081021965

  • 效果

Released under the MIT License.