在webstrom中写代码以后使用ctrl+alt+l规范了代码但是还是报Expected indentation of 0 spaces but found 2这些错误如何解决呢
在
文件中加入"indent": ["off", 2]就可以了当修改了.eslintrc.js文件后
使用npm run dev编译才能生效