UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 140 B
module.exports = { rules: { /** * 禁止导出空对象 */ '@typescript-eslint/no-useless-empty-export': 'off', }, };