gpt4 book ai didi

javascript - 错误 Expected 1 line break before closing bracket, but no line breaks\found vue/html-closing-bracket-newline

转载 作者:行者123 更新时间:2023-11-30 19:51:41 27 4
gpt4 key购买 nike

我当前的 .eslintrc.js 文件为 eslint-plugin-vue 设置了这些选项插件:

"vue/html-closing-bracket-newline": ["error", {
"singleline": "never",
"multiline": "always"
}]

这个问题只接受这个语法:

<v-flex                                                                     
xs12
>
<Test />
</v-flex>

我怎样才能让它让我这样写:

<v-flex                                                                     
xs12>
<Test />
</v-flex>

如果我写最后一个语法,ESLint 会提示:

error  Expected 1 line break before closing bracket, but no line breaks\
found vue/html-closing-bracket-newline

最佳答案

根据 documentation

"multiline": "never"

...应该可以解决您的问题。不幸的是,无法实现规则来接受两者。它要么是never,要么是always
你的选择。但是 Vue 强烈建议总是

关于javascript - 错误 Expected 1 line break before closing bracket, but no line breaks\found vue/html-closing-bracket-newline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54406447/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com