I’m using create react app and I’m not able to install the eslint
I’m using create react app and trying to install eslint, but it’s not working. Eslint is not generating a json file. The option to create a json file doesn’t even appear when I code npx eslint –init. When the eslint installation ends, it create a js file ou mjs file. I guess all the plugins are installed correctly. I don’t know if the create react app is not able to deal with the current version of eslint.