UNPKG
spawn-object
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
辅助 TableStore 列操作的工具函数,能够将大对象拆分为仅包含单个属性对象的列表
github.com/inlym/spawn-object
inlym/spawn-object
spawn-object
/
.prettierrc
13 lines
(12 loc)
•
232 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"printWidth"
:
80
,
"tabWidth"
:
4
,
"useTabs"
:
true
,
"semi"
:
false
,
"singleQuote"
:
true
,
"quoteProps"
:
"as-needed"
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
,
"endOfLine"
:
"auto"
}