Skip to content

Commit

Permalink
chore: biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 7, 2024
1 parent 9c31948 commit f4709fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"ignore": ["tsconfig.json", "tsconfig.*.json"]
"ignore": [
"coverage",
"node_modules",
"src/vendor",
"tsconfig.json",
"tsconfig.*.json"
]
},
"organizeImports": {
"enabled": true
Expand Down

0 comments on commit f4709fe

Please sign in to comment.