Skip to content

Commit 17c137c

Browse files
committed
chore: Biome ignore json files formatting
1 parent 613d511 commit 17c137c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"formatWithErrors": true,
1111
"lineWidth": 140,
1212
"indentStyle": "space",
13-
"ignore": ["dist/**", "node_modules/**", ".cache"]
13+
"ignore": [".cache", "dist/**", "**/*.json", "node_modules/**"]
1414
},
1515
"javascript": {
1616
"parser": {
@@ -35,7 +35,7 @@
3535
},
3636
"linter": {
3737
"enabled": true,
38-
"ignore": ["dist/**", "node_modules/**", ".cache"],
38+
"ignore": [".cache", "dist/**", "**/*.json", "node_modules/**"],
3939
"rules": {
4040
"recommended": true,
4141
"complexity": {

0 commit comments

Comments
 (0)