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