UNPKG

eslint-config-alloy

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