Skip to content

Commit

Permalink
chore: update ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 22, 2024
1 parent 970ed4e commit 19f0974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
15 changes: 1 addition & 14 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,7 @@
},
"files": {
"include": ["src/**/*.{ts,tsx}"],
"ignore": [
"**/*.gen.ts",
"src/content/",
"src/static/",
"deno.json",
"**/.vscode/**/*.json",
"**/*.md",
"**/*.svg",
"**/*.ico",
"**/*.xml",
"**/*.yaml",
"**/*.webmanifest",
"**/.github/**"
]
"ignore": ["**/*.gen.ts", "src/content/", ".vscode/*.json"]
},
"javascript": {
"globals": ["Deno"]
Expand Down
6 changes: 5 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@
"no-sync-fn-in-async-fn",
"no-throw-literal"
]
}
},
"exclude": [
"**/*.gen.ts",
"src/content/"
]
},
"scopes": {
"https://esm.sh/v135/": {
Expand Down

0 comments on commit 19f0974

Please sign in to comment.