Vue 文件中 html 属性格式化问题:如何调整 ESLint 配置?

EsLint Vue文件中 html的属性第一个总是换行顶格是怎么回事啊?
image.png

# eslint
'vue/attributes-order': 'off',
'vue/one-component-per-file': 'off',
'vue/html-closing-bracket-newline': 'off',
'vue/max-attributes-per-line': 'off',
'vue/multiline-html-element-content-newline': 'off',
'vue/singleline-html-element-content-newline': 'warn',
'vue/attribute-hyphenation': 'off',

下面几个属性不知道怎么调或者还有其他设置?

阅读 622
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏