UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 200 B
module.exports = { rules: { /** * HTML 注释缩进必须有两个空格 * @reason 代码格式问题,最好由 Prettier 解决 */ 'vue/html-comment-indent': 'off', }, };