UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 141 B
module.exports = { rules: { /** * 禁止滥用 toString 方法 */ '@typescript-eslint/no-base-to-string': 'off', }, };