Expected indentation of 16 spaces but found 8 spaces.eslintvue/script-indent

Expected indentation of 16 spaces but found 8 spaces.eslintvue/script-indent_第1张图片
问题:Expected indentation of 16 spaces but found 8 spaces.eslintvue/script-indent
原因: 严格地检查缩进问题,并不是报错

解决:

  • 方法一:我们可以关闭这个检查规则(好像没用)
    .eslintrc.js
    Expected indentation of 16 spaces but found 8 spaces.eslintvue/script-indent_第2张图片

  • 方法二: 我这里本身是每行缩进2格,改为4格就没有问题了

你可能感兴趣的:(vue,前端)