Migrate to Biome for linting and formatting (#7033)

This commit is contained in:
Mats Jun Larsen
2025-02-03 02:54:31 +09:00
committed by GitHub
parent 7adb9f3b3e
commit 5eea63328f
367 changed files with 2437 additions and 6217 deletions

View File

@@ -57,10 +57,6 @@ lint: $(NODE_MODULES) ## Checks if the source currently matches code convention
lint-fix: $(NODE_MODULES) ## Checks if everything matches code conventions & fixes those which are trivial to do so
$(NPM) run lint
.PHONY: ci-lint
ci-lint: $(NODE_MODULES)
$(NPM) run ci-lint
.PHONY: test
test: $(NODE_MODULES) ## Runs the tests
$(NPM) run test