vue webstrom报错 Expected indentation of 2 spaces but found 4


  • "indent": ["error", 2] - gives many Expected indentation of 2 spaces but found 4
  • "indent": ["error", 4] - gives many Expected indentation of 4 spaces but found 8
  • "indent": ["error", 8] - gives many Expected indentation of 8 spaces but found 4
解决方法 \node_modules\eslint-config-standard\eslintrc.json
"indent": [
    "error", 
    4, 
    {"SwitchCase": 1}
]
enter image description here
参考链接:https://stackoverflow.com/questions/44737710/how-to-configure-eslint-indent-for-webstorm

评论

此博客中的热门博文

PHPMailer配置163邮箱

CDB用户删除数据后,空间不立即释放问题