UNPKG
yarn-audit-html
Version:
latest (7.3.2)
next (7.2.1-rc.0)
7.3.2
7.3.1
7.3.0
7.2.1-rc.0
7.2.0
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.2.0
6.1.0
6.0.0
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Generate a HTML report for Yarn Audit
davityavryan/yarn-audit-html
yarn-audit-html
/
.prettierrc
14 lines
(13 loc)
•
278 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"https://json.schemastore.org/prettierrc"
,
"arrowParens"
:
"always"
,
"bracketSpacing"
:
true
,
"printWidth"
: 120,
"proseWrap"
:
"always"
,
"quoteProps"
:
"as-needed"
,
"semi"
:
true
,
"singleQuote"
:
false
,
"tabWidth"
: 4,
"trailingComma"
:
"all"
,
"useTabs"
:
true
}