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:
Regards,
Keenthemes support
Thank you