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:
abcc8d0
)
chore: refine lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:01:53 +0000
(14:01 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:01:53 +0000
(14:01 +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 e4d94c7c43faa08bc4611f77858219d3d266d453..b54501dad56bc892856ddda1fbba607a8d0e09ec 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-1,5
+1,8
@@
export default {
- '*.{js,jsx,cjs,mjs}': ['biome format --write', 'eslint --cache --fix'],
+ '*.{js,jsx,cjs,mjs}': [
+ 'biome format --no-errors-on-unmatched --write',
+ 'eslint --cache --fix',
+ ],
'*.{md,yml,yaml}': ['prettier --cache --write'],
'*.json': ['biome format --write'],
}