equinor / mercury

Mercury calculator - API and Webapp
https://mercury.app.radix.equinor.com
MIT License
1 stars 0 forks source link

Ci/use biome #521

Closed mariuswinger closed 7 months ago

mariuswinger commented 7 months ago

Why is this pull request needed?

Getting real tired of ESLints bullshit. Switched out prettier and ESLint with biome.

Added commands to yarn, so biome can be run through yarn by yarn format (formatting, similar to prettier), yarn lint (similar to ESLint) or yarn check (format, linting and import sorting).