在网上找了很多种方法,大多都没有成功 一下是一种成功的 配置方法: 1) First, you need to install the ESLint extension in the VS code. This extension uses the ESLint library.If you haven't installed ESLint either locally or globally do so by running npm install eslint //For a local
有时候Ctrl+s保存,html代码哥格式会紊乱. 造成这个原因一般是我们基本都在用的一个插件: ![](https://img2018.cnblogs.com/blog/1735896/201912/1735896-20191227104753443-1793953213.png) 解决办法 [方法一]:不用普通保存,用save without format 代码编辑页面---->按F1---->输入save without formatting---->回车 该操作可以用快捷键 **