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:
255504a
)
chore: refine lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:04:37 +0000
(14:04 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:04:37 +0000
(14:04 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.lintstagedrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.lintstagedrc.js
b/.lintstagedrc.js
index b54501dad56bc892856ddda1fbba607a8d0e09ec..720c26a41467a6890a1eebea9e78ae3fdd904bce 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-4,5
+4,5
@@
export default {
'eslint --cache --fix',
],
'*.{md,yml,yaml}': ['prettier --cache --write'],
- '*.json': ['biome format --write'],
+ '*.json': ['biome format --
no-errors-on-unmatched --
write'],
}