配置WS
[[toc]]
webstorm 代码格式化设置与eslint standard一致
新弄了个vue项目,使用的eslint是standard规范。
新建项目,用webstorm打开项目,顺利开搞,结果一到vue组件里,就报黄色叹号警告⚠️了。
这里就需要配置一下webstorm里的 code style
command + ','
打开设置 -> Editor
配置js格式化规范
配置html/vue组件
在do not indent children of里加入script标签
配置当前项目的 eslint
一定要勾选 Run eslint –fix on save
右击 或者 command + s 自动转译符合的格式。