repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b82b7c
)
fix: revert post commit eslint run disablement
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 11 Jun 2024 17:32:16 +0000
(19:32 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 11 Jun 2024 17:32:16 +0000
(19:32 +0200)
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 d68031db0169073c84cd07b4da2898c137245955..f9e18d534b7e6af18593e0f432db287d4673936a 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-1,7
+1,7
@@
export default {
'**/*.{ts,tsx,js,jsx,cjs,mjs}': [
// 'biome format --write',
-
//
'eslint --cache --fix',
+ 'eslint --cache --fix',
],
'**/*.json': ['biome format --write'],
'**/*.{md,yml,yaml}': ['prettier --cache --write'],