UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 212 B
module.exports = { rules: { /** * 禁止范型的类型有默认值时,将范型设置为该默认值 */ '@typescript-eslint/no-unnecessary-type-arguments': 'off' } };