UNPKG
@saiforceone/dirt-cli
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.1
0.2.0
0.0.3
0.0.2
0.0.1
Official CLI Utility for the D.I.R.T stack
github.com/saiforceone/dirt-cli
saiforceone/dirt-cli
@saiforceone/dirt-cli
/
templates
/
prettier-templates
/
.prettierrc.json
14 lines
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"jsxSingleQuote"
:
false
,
"arrowParens"
:
"always"
,
"proseWrap"
:
"never"
,
"htmlWhitespaceSensitivity"
:
"strict"
,
"endOfLine"
:
"lf"
}