I did this and it work just fine for me
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.1.0",
Update those three packages
Then run in the root of your project this command to update the packages
npm i
And it will work fine