UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 197 B
module.exports = { rules: { /** * 使用 Map 或 Set 时,必须在构造函数上用泛型定义类型 */ '@typescript-eslint/consistent-generic-constructors': 'off', }, };