module.exports = { rules: { /** * 使用 optional chaining 替代 && */ '@typescript-eslint/prefer-optional-chain': 'error', }, }