mapbox-vision-ios
mapbox-vision-ios copied to clipboard
Extract configuration files into a common place
Description
Currently we have several configs for formatters/linters on iOS platforms and these configs are the same for each repo. It makes sense to apply DRY and extract configs into a separate place. It could be a separate repo which integrated as a submodule or smth else.
Goal
Improve maintainability for config files.
Steps
- [ ] TBD