dennisdev / rs-map-viewer

A webapp for exploring current and historical versions of RuneScape
https://osrs.world
BSD 2-Clause "Simplified" License
52 stars 12 forks source link

Lint setup: Prettier config #2

Closed AntonyGarand closed 1 year ago

AntonyGarand commented 1 year ago

2 changes:

  1. Setup prettier, linting tool, and its config. It uses Husky to auto-lint committed file so everything should be automated now.
  2. Executed prettier so all files up to this point are properly formatted

To view the non-lint changes, have a look at the first commit, the second one is only space changes

dennisdev commented 1 year ago

Looks good to me Thanks for contributing this