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