Expected indentation of 2 spaces but found 4
来源:6-7 Vue项目预热 - 项目代码初始化
慕仙5575612
2020-01-13
请问在项目的那个配置文件修改呢?
写回答
1回答
-
.eslintrc.js文件中加入
"indent": ["off", 2]032020-01-13
相似问题
Expected indentation of 2 spaces but found 4
来源:6-7 Vue项目预热 - 项目代码初始化
慕仙5575612
2020-01-13
请问在项目的那个配置文件修改呢?
1回答
.eslintrc.js文件中加入
"indent": ["off", 2]
相似问题