Nodejs 14 does not accept es2020 code, Invalid or unexpected token

Invalid or unexpected token Error
It works very strangely, I checked most of the settings related to ecmaScript versions and still gives an error when starting the server.

i added it to the eslintrc file

also i added the jsconfig.json with this code from that post. I added this file just in case. enter image description here

ecmaVersion is 11