ESGTree / Watchtower

0 stars 0 forks source link

Add linting #16

Closed mohammadalipak closed 1 month ago

mohammadalipak commented 1 month ago

People would use Prettier for code style and ESLint for code quality, but Biome came out recently to replace both.

mohammadalipak commented 1 month ago

There are 2 parts to this issue:

  1. Creating a guide on how to setup Biome locally (installing VSCode extension, changing VSCode settings, any node modules, etc)
  2. Adding a CI step through yaml file, so code gets automatically linted (checked for formatting issues)