UNPKG
canvas-credit-score
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Canvas实现类似支付宝的信用评分
github.com/crper/canvas-credit-score
canvas-credit-score
/
.prettierrc
14 lines
(13 loc)
•
260 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
true
,
"insertPragma"
:
false
,
"jsxBracketSameLine"
:
false
,
"printWidth"
:
80
,
"proseWrap"
:
"preserve"
,
"requirePragma"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"useTabs"
:
false
}