Skip to content

Commit 2f33fad

Browse files
fix: lint를 Biome 린터 적용
1 parent 76c1480 commit 2f33fad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"dev": "next dev --turbopack",
2727
"build": "next build",
2828
"start": "next start",
29-
"lint": "next lint"
29+
"lint": "biome check .",
30+
"lint:fix": "biome check --write .",
31+
"format": "biome format --write ."
3032
},
3133
"dependencies": {
3234
"@heroicons/react": "^2.2.0",

0 commit comments

Comments
 (0)