UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 154 B
module.exports = { rules: { /** * 禁止调用 any 类型的变量上的方法 */ '@typescript-eslint/no-unsafe-call': 'off', }, };