You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
ERROR in [eslint] .eslintrc.js:
Configuration for rule "vue/max-attributes-per-line" is invalid:
Value {"max":1,"allowFirstLine":false} should be number.
Value {"max":1,"allowFirstLine":false} should NOT have additional properties.
Value {"max":1,"allowFirstLine":false} should match some schema in anyOf.
终端报错,怎么解决
你的规则配置有问题吧
文档
文档并没有提到
allowFirstLine
这个属性呀