I have the same problem.
try this:
npm update eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser
and then
npm cache clean --force && rm -rf node_modules/ && npm i