UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 143 B
module.exports = { rules: { /** * 禁止 class 中出现空的 static 代码块 */ 'no-empty-static-block': 'off', }, };