UNPKG
normandy-css
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.1.0
Normandy CSS boilerplate and guidelines
github.com/calidae/normandy-css
calidae/normandy-css
normandy-css
/
.prettierrc
10 lines
•
182 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
false
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
false
}