UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 168 B
module.exports = { rules: { /** * 禁止无用的联合类型或交叉类型 */ '@typescript-eslint/no-redundant-type-constituents': 'off', }, };