Skip to content

Commit

Permalink
fix: do not format cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Apr 18, 2023
1 parent 6473587 commit 12b04ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"lint": {
"files": {
"exclude": ["src/_site/build"]
"exclude": ["src/_site/build", ".cache"]
}
},
"fmt": {
"options": { "useTabs": true },
"files": { "exclude": ["src/_site/build"] }
"files": { "exclude": ["src/_site/build", ".cache"] }
}
}

0 comments on commit 12b04ed

Please sign in to comment.