Eslint 在 Webstorm中 禁用

Nitdie / 2023-07-29 / 原文

在使用Three.js进行开发时,发现Three.js的很多库文件不符合eslint规范,导致无法通过编译。

可在vue.config.js中添加:

lintOnSave:false