Skip to content

Commit

Permalink
Format + ignore minified json files
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Dec 17, 2024
1 parent 2f037ef commit 155476b
Show file tree
Hide file tree
Showing 10 changed files with 2,537 additions and 3,566 deletions.
8 changes: 3 additions & 5 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/dist/**",
"**/node_modules/**",
"**/assets/bundled/**",
"**/assets/json/**"
"*.min.json"
]
},
"linter": {
Expand All @@ -20,7 +20,7 @@
"**/dist/**",
"**/node_modules/**",
"**/assets/bundled/**",
"**/assets/json/**"
"*.min.json"
]
},
"formatter": {
Expand All @@ -32,11 +32,9 @@
"ignore": [
"**/pnpm-lock.yaml",
"**/dist/**",
"**/.astro/**",
"**/node_modules/**",
"**/assets/bundled/**",
"*.astro",
"**/assets/json/**"
"*.min.json"
]
},
"javascript": {
Expand Down
Loading

0 comments on commit 155476b

Please sign in to comment.