UNPKG
@prss/point-theme
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
Point Theme for PRSS
github.com/prss-io/point-theme
prss-io/point-theme
@prss/point-theme
/
.prettierrc
10 lines
•
197 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"printWidth"
:
120
,
"endOfLine"
:
"auto"
,
"tabWidth"
:
2
,
"unusedImports"
:
"remove"
,
"unusedVariables"
:
"remove"
}