Skip to content

Commit 181511e

Browse files
committed
biome 설치 및 설정
1 parent 3438334 commit 181511e

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"@bubbly-lab/biome-config/base.json"
4+
]
5+
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"private": true,
55
"description": "code-style for bubbly lab",
66
"author": "@bubbly-lab/dev",
7-
"packageManager": "pnpm@10.17.1"
7+
"packageManager": "pnpm@10.17.1",
8+
"devDependencies": {
9+
"@biomejs/biome": "2.2.4",
10+
"@bubbly-lab/biome-config": "workspace:*"
11+
}
812
}

pnpm-lock.yaml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)