Skip to content

Commit 8d85dc4

Browse files
Merge pull request #126 from Palbahngmiyine/fix/biome-pkg-json
ci: biome formatter에서 package.json 제외
2 parents fcbdc40 + b3223df commit 8d85dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"formatter": {
1818
"enabled": true,
1919
"formatWithErrors": false,
20+
"includes": ["**", "!package.json"],
2021
"indentStyle": "space",
2122
"indentWidth": 2,
2223
"lineEnding": "lf",

0 commit comments

Comments
 (0)