module.exports = { rules: { /** * 禁止使用 any */ '@typescript-eslint/no-explicit-any': 'off', }, }