UNPKG
make-pesto
Version:
latest (0.1.1)
0.1.1
0.1.0
Pesto is a command-line tool to assist in creating Node.js packages. 🔪🌿
make-pesto
/
.prettierrc
9 lines
•
175 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"printWidth"
:
100
,
"tabWidth"
:
4
,
"singleQuote"
:
false
,
"semi"
:
true
,
"trailingComma"
:
"none"
,
"bracketSpacing"
:
true
,
"bracketSameLine"
:
false
}