Meanwhile in another universe one of my biggest win was to introduce this line in our PR validation pipeline.
eslint . --max-warnings 0
Meanwhile in another universe one of my biggest win was to introduce this line in our PR validation pipeline.
eslint . --max-warnings 0
Seems so. Checked the sources and there’s no upload/download. And testing it I can confirm the network tab in the dev tools is silent. Everything work local side. Probably with some additional work this could be converted to a PWA (Progressive Web App) and work completely offline.
In a codebase with a lot of warnings is even better for me to add a disable comments for all the existing warning and then not allow any new one in.
And then each time a part of the code needs to be touched the existing warning there should be solved too.