Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
feat: add ts declaration extensions to ext.js (hercules-ci#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Mar 10, 2024
1 parent 9c57261 commit 720322c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/formatter-biome.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
[formatter.biome]
command = "biome"
excludes = []
includes = ["*.js", "*.ts", "*.mjs", "*.mts", "*.cjs", "*.cts", "*.jsx", "*.tsx", "*.json", "*.jsonc"]
includes = ["*.js", "*.ts", "*.mjs", "*.mts", "*.cjs", "*.cts", "*.jsx", "*.tsx", "*.d.ts", "*.d.cts", "*.d.mts", "*.json", "*.jsonc"]
options = ["format", "--write", "--no-errors-on-unmatched"]
3 changes: 3 additions & 0 deletions programs/biome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ let
"*.cts"
"*.jsx"
"*.tsx"
"*.d.ts"
"*.d.cts"
"*.d.mts"
];

ext.json = [
Expand Down

0 comments on commit 720322c

Please sign in to comment.