UNPKG
attest.so
Version:
latest (1.1.2)
1.1.2
<div align="center">
attest.so
/
.prettierrc
14 lines
•
253 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
2
,
"semi"
:
false
,
"singleQuote"
:
true
,
"printWidth"
:
100
,
"endOfLine"
:
"lf"
,
"overrides"
:
[
{
"files"
:
"**/*.json"
,
"options"
:
{
"parser"
:
"json"
}
}
]
}