Skip to content

Commit 8e3abc9

Browse files
committed
chore: use biome for 'yarn lint' command
1 parent ae135e2 commit 8e3abc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
33
"files": {
44
"ignore": [
5+
"build/*",
56
"documentation/*",
67
"api/*",
78
"web/src/api/generated",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "vite preview",
99
"generate": "openapi -i http://localhost:5001/openapi.json -o './src/api/generated' -c axios",
1010
"test": "vitest",
11-
"lint": "yarn eslint --fix --ext .ts,.tsx ."
11+
"lint": "biome check --write --no-errors-on-unmatched"
1212
},
1313
"browserslist": {
1414
"production": [">0.2%", "not dead", "not op_mini all"],

0 commit comments

Comments
 (0)