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:
92f4b75
)
Add JSON schema to prettier configuration file
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 23 Apr 2023 20:09:16 +0000
(22:09 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 23 Apr 2023 20:09:16 +0000
(22:09 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.prettierrc.json
patch
|
blob
|
blame
|
history
diff --git
a/.prettierrc.json
b/.prettierrc.json
index 187eda7541c342144f87779ec903048729d2db3a..d77f0e56f434cb6d3e804d0a8c8ffce8b7409544 100644
(file)
--- a/
.prettierrc.json
+++ b/
.prettierrc.json
@@
-1,4
+1,5
@@
{
+ "$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,