module.exports = { rules: { /** * 禁止多余的 non-null 断言 */ '@typescript-eslint/no-extra-non-null-assertion': 'off', }, }