前端编程-webstorm开发vue配置eslint

背景

在使用webstorm开发vue的时候,自带的格式化与eslint出现冲突,导致总是出现红红的一片。
本博客将记录解决的过程。

安装eslint插件

plugins中搜索并且安装
前端编程-webstorm开发vue配置eslint_第1张图片

启动并且设置

file->settings->es lint settings,按照如下配置
前端编程-webstorm开发vue配置eslint_第2张图片
下面开始设置快捷键,这样直接进行快捷键替换
前端编程-webstorm开发vue配置eslint_第3张图片

你可能感兴趣的:(前端编程,eslint,webstorm配置)