repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a2a8f
)
build: fix biome configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Sep 2023 10:56:47 +0000
(12:56 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Sep 2023 10:57:06 +0000
(12:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json
patch
|
blob
|
blame
|
history
diff --git
a/biome.json
b/biome.json
index 1c2d3f539892127caad6906c5b1ad0f2e4262e27..8a79b0631dbe51ca74efbd7c69fa0e211482d980 100644
(file)
--- a/
biome.json
+++ b/
biome.json
@@
-28,6
+28,6
@@
}
},
"files": {
- "ignore": ["
.vscode/", "
pnpm-lock.yaml", "benchmark/results/"]
+ "ignore": ["pnpm-lock.yaml", "benchmark/results/"]
}
}