repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3efb941
)
build: refine prettier configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 29 Dec 2023 21:10:34 +0000
(22:10 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 29 Dec 2023 21:10:34 +0000
(22:10 +0100)
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 80901f792fad9172596b1a8f7c9db1fd3ddb03d5..890136a148d82e4dc4e2e6b15101cf4862ba82ea 100644
(file)
--- a/
.prettierrc.json
+++ b/
.prettierrc.json
@@
-2,5
+2,5
@@
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
- "trailingComma": "
none
"
+ "trailingComma": "
es5
"
}