mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Migrate to Biome for linting and formatting (#7033)
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user