UNPKG
mcl-test
Version:
latest (0.0.1-beta0.5)
0.0.1
0.0.1-beta0.5
0.0.1-beta0.4
0.0.1-beta0.3
0.0.1-beta0.2
0.0.1-beta0.1
0.0.1-beta-1
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta
0.0.0
json格式化高亮组件
github.com/yourusername/my-component-library
yourusername/my-component-library
mcl-test
/
.prettierrc
12 lines
•
224 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"indent"
:
2
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"printWidth"
:
100
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
false
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"lf"
}