文件.eslintrc.js或package.json中加入
“indent”: [“off”, 2]
就可以了
当修改了.eslintrc.js或package.json文件后
使用npm run dev编译才能生效
Expected indentation of 2 spaces but found 4
最新推荐文章于 2022-09-18 22:20:28 发布
文件.eslintrc.js或package.json中加入
“indent”: [“off”, 2]
就可以了
当修改了.eslintrc.js或package.json文件后
使用npm run dev编译才能生效