UNPKG
setup-act
Version:
latest (1.4.3)
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
GitHub Actions for act
github.com/actionsflow/setup-act
actionsflow/setup-act
setup-act
/
.prettierrc.json
12 lines
(11 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"printWidth"
:
100
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"bracketSpacing"
:
false
,
"arrowParens"
:
"avoid"
,
"parser"
:
"typescript"
}