Problem with ESLint after installing npm create-react-app

ESLint: Invalid Options: – Unknown options: env, parserOptions, rules – ‘parserOptions’ has been removed. Please use the ‘overrideConfig.parserOptions’ option instead. – ‘rules’ has been removed. Please use the ‘overrideConfig.rules’ option instead.. Please see the ‘ESLint’ output channel for details.

My package.json is :
package.json code