repositories
/
poolifier.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix: add types fileds to package.json exports
[poolifier.git]
/
.prettierrc.json
Commit
Line
Data
777b7824
1
{
1e790566
2
"$schema": "https://json.schemastore.org/prettierrc",
777b7824
S
3
"arrowParens": "avoid",
4
"semi": false,
5
"singleQuote": true,
777b7824
S
6
"trailingComma": "none"
7
}