module.exports = { rules: { /** * 禁止使用容易混淆的非空断言 */ '@typescript-eslint/no-confusing-non-null-assertion': 'off', }, }