maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

Fix linting warnings

Open sarahsporck opened this issue 2 years ago • 0 comments
trafficstars

Motivation

Currently there are mor than 100 linting warnings on main. This honestly makes the warning useless as you'll never know if a warning was added or fixed in a PR. This should be addressed by correctly configuring our linter.

Implementation

Go by your guts. Globally turn off rules that seem overly complicated and don't make you happy. And Locally turn off rules that cannot be fixed and are intentional. Feel free to also add linting rules, if anything seems to be missing. Don't spent too much time on figuring out how to make sth. work here. Just make the linter and devs happy 💯

sarahsporck avatar Oct 04 '23 14:10 sarahsporck