关于前端:eslint报错

文件:.eslintrc.js

Expected indentation of 2 spaces but found 4

减少:

module.exports = {
  rules: {
    'indent': ['off', 2]
  }
}

‘Vue’ is not defined

减少:

globals:{
    'Vue': true
  },~~~~

rule ‘vue/no-parsing-error’ was not found

'vue/no-parsing-error': [2,{
          'x-invalid-end-tag': false
      }]

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理