How can I find and modify eslintrc.js and related files for my project? They are hidden or defaulted, so I need to create my own in order to rewrite default rules?
In my project I can only see eslintConfig inside package.json
Hi,
Our app is based on CRA, and you can follow the off.docs of CRA for your case: https://create-react-app.dev/docs/setting-up-your-editor/.
Regards,
Keenthemes support
Thank you