zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Add VS Code config defaults for formatting with eslint #88

Closed tordans closed 2 years ago

tordans commented 2 years ago

We chatted about prettier vs. eslint for formatting the code. This PR should help all that have prettier setup as default formatter to clarify that this repo does not use it but is formatted by eslint.

It might be, however, that this is specific to vs code configurations where prettier was set up to format everything; this maybe this is something to cherry pick for those who really need it?