repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a033a
)
Update .lintstagedrc.js
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:41:28 +0000
(14:41 +0200)
committer
GitHub
<noreply@github.com>
Fri, 8 Sep 2023 12:41:28 +0000
(14:41 +0200)
.lintstagedrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.lintstagedrc.js
b/.lintstagedrc.js
index 82f263d9a4ed980a145933744e0e47466939db78..9c93d756a01c5ddb3a121da7fff263d5235d0be9 100644
(file)
--- a/
.lintstagedrc.js
+++ b/
.lintstagedrc.js
@@
-4,6
+4,6
@@
module.exports = {
'ts-standard --fix',
'eslint --cache --fix'
],
- '!(.vscode/**)**/*.json': ['biome format --write
--no-errors-on-unmatched
'],
+ '!(.vscode/**)**/*.json': ['biome format --write'],
'**/*.{md,yml,yaml}': ['prettier --cache --write']
}