There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package p
Delete your eslint and babel-eslint file from your node modules on your computer e.g. -C:\Users\vishnu\node_modules -delete eslint and babel-eslint file.
eslint
babel-eslint
-C:\Users\vishnu\node_modules
-delete eslint
In your project:
yarn remove eslint yarn add --dev eslint@6.1.0
yarn remove babel-eslint yarn add --dev babel-eslint@10.0.3