pelias / parser

natural language classification engine for geocoding
https://parser.demo.geocode.earth
MIT License
55 stars 27 forks source link

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

Closed vinayakkulkarni closed 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 standardized


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

orangejulius commented 2 years ago

Going to close this PR, and in the future I think that any wide-reaching style changing pull request would have to be made by a core maintainer.

Reasons being:

Of course feedback/discussion on what style to use is welcome from anyone, but we probably can't accept an outside PR to actually make the change.