UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 167 B
module.exports = { rules: { /** * 禁止将 any 类型的变量作为函数参数调用 */ '@typescript-eslint/no-unsafe-argument': 'off', }, };