repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c14720
)
chore: refine prettier configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 19 Jul 2024 13:25:53 +0000
(15:25 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 19 Jul 2024 13:25:53 +0000
(15:25 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.prettierrc.json
patch
|
blob
|
blame
|
history
diff --git
a/.prettierrc.json
b/.prettierrc.json
index 61b6c17b7812cae845980add36e6af8b989898ab..de624450389bcb3bdcd745d7b47f238a96c1afa6 100644
(file)
--- a/
.prettierrc.json
+++ b/
.prettierrc.json
@@
-3,5
+3,5
@@
"arrowParens": "avoid",
"singleQuote": true,
"semi": false,
- "trailingComma": "
none
"
+ "trailingComma": "
es5
"
}