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