https://eslint.vuejs.org/rules/html-indent.html#options
如文档中提到的,在规则 vue/html-indent
中,可以通过配置 ignores
字段来忽略指定的节点,但是具体语法是怎样的呢?比如我要忽略模板中的自定义组件的标签 doc-code
中的内容,应该怎么写呢?
https://eslint.vuejs.org/rules/html-indent.html#options
如文档中提到的,在规则 vue/html-indent
中,可以通过配置 ignores
字段来忽略指定的节点,但是具体语法是怎样的呢?比如我要忽略模板中的自定义组件的标签 doc-code
中的内容,应该怎么写呢?