I am only using the plugin:@typescript-eslint/recommended preset rule set,Why am I getting no-var errors?

1、When I use ESLint to check my code, there is a rule that targets the var keyword, and the rule name is no-var. the no-var rule is a native rule of ESLint. However, I am only using the ‘plugin:@typescript-eslint/recommended’ preset rule set and haven’t used the native ESLint rule set. Why am I getting no-var errors?

“Please help me solve the problems mentioned above.”