module.exports = { rules: { /** * 禁止 label 名称与已定义的变量重复 * @reason 已经禁止使用 label 了 */ 'no-label-var': 'off', }, }