Need Craco Eslint Example on Website
allan-bonadio opened this issue Β· comments
It should work with ESLint, as advertised. And, I shouldn't have to comb the internet to figure how to make it work correctly.
All I want to do is to disable a few eslint rules. Should be simple. But, I have no examples to go by. This, from your ESLint page, is not an example that illustrates how to do it:
configure: { /* ... */ },
In the attached file, I have my latest and greatest attempt: 48 lines of code to disable 5 rules, except none of it works.
craco.config.txt
PS: Also included are 16 lines that enable/disable 9 features, that WORKED THE FIRST TIME! π YAY!!! π π πΌ πΈ π π₯ π― π Thank you, I've been trying to disable HotReload for more than a year!
PLEASE update your site. You don't have to reply to me; I can just ignore eslint for now. The devServer changes are really big in my dev project!