pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
221 stars 162 forks source link

refactor: use ESLint & Prettier instead of `jshint` #1593

Open vinayakkulkarni opened 2 years ago

vinayakkulkarni commented 2 years ago

:wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback.


Here's the reason for this change :rocket:

Instead of jshint, I added support for prettier & ESLint


Here's what actually got changed :clap:

Nothing as such, the source code is same but formatting is standardised


Here's how others can test the changes :eyes:

Ref Issue – https://github.com/pelias/pelias/issues/922 Ref PR – https://github.com/pelias/api/pull/1579