Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中添加了一个 ESLint 文件,现在我的代码中有 1,000 条“警告”和红线。有没有办法将 webstorm 配置为使用 ESLint 文件来使用该 lint 文件重构我的代码?
据我所知,Webstorm 无法仅从您的 eslint 配置中自动修复警告。您可以配置 Webstorm 的格式化规则来解决与缩进相关的问题,但仅此而已......
ESLint 最近引入了一种自动修复某些 规则的方法,但它当然不是详尽无遗的。