module.exports = { rules: { /** * 约束多行注释的格式 * @reason 能写注释已经不容易了,不需要限制太多 */ 'multiline-comment-style': 'off', }, }