UNPKG
cssinjstojson
Version:
latest (1.3.0)
1.3.0
Converts CSS in JS to JSON
github.com/gc-victor/cssinjstojson
gc-victor/cssinjstojson
cssinjstojson
/
.prettierrc
8 lines
(7 loc)
•
107 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"trailingComma"
:
"none"
,
"tabWidth"
:
4
,
"semi"
:
true
,
"singleQuote"
:
true
,
"printWidth"
:
100
}