首页 > 在webstorm中怎么配置eslint

在webstorm中怎么配置eslint

最近小组需要用到eslint
我使用的是webstorm编辑器
但是经过设置只能检测.js文件中的错误
而 .html .vue 中<script>无法检测
请问应该怎么配置才可以识别呢?


https://github.com/Twiknight/eslint-plugin-vue

---
plugins:
  - vue


编辑器不支持,后来改用atom编辑器了.

【热门文章】
【热门文章】