module.exports = { rules: { /** * 支持在模版中使用 eslint-disable-next-line 等注释 */ 'vue/comment-directive': 'error', }, }