repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6505540
)
refactor: cleanup lint-staged configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 31 May 2024 16:45:10 +0000
(18:45 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 31 May 2024 16:45:10 +0000
(18:45 +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 403bbda9f12c5e4f7e37fb73145b150fb9b1153d..f9e18d534b7e6af18593e0f432db287d4673936a 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-1,8
+1,7
@@
export default {
'**/*.{ts,tsx,js,jsx,cjs,mjs}': [
// 'biome format --write',
- // 'eslint --cache --fix',
- 'eslint --cache',
+ 'eslint --cache --fix',
],
'**/*.json': ['biome format --write'],
'**/*.{md,yml,yaml}': ['prettier --cache --write'],