WebStrom2025 ESLint: Expected indentation of * spaces but found *. (style/indent)
一直做后端,最近工作原因需要写vue,打开文件一片红,影响开发体验感,试过很多种方法,修改.eslintrc.js文件 ,修改.eslintignore文件等等全部无效,最终找到解决方案
最终解决方案
File > Settings> Languages &Frameworks > JavaScript > Code Quality
Tools > ESLint
默认是Automatic ESLint configuration 调整为Disable ESLint
