UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 165 B
module.exports = { rules: { /** * 禁止出现没必要的 label * @reason 已经禁止使用 label 了 */ 'no-extra-label': 'off', }, };