module.exports = { rules: { /** * 禁止出现没必要的 label * @reason 已经禁止使用 label 了 */ 'no-extra-label': 'off', }, }