UNPKG

eslint-config-alloy

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