UNPKG
@things-factory/operato-license-checker
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
operato framework license 유효성 체크 컴포넌트
www.hatiolab.com
hatiolab/operato-license-checker
@things-factory/operato-license-checker
/
.prettierrc
18 lines
(17 loc)
•
284 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"printWidth"
:
120
,
"semi"
:
false
,
"singleQuote"
:
true
,
"arrowParens"
:
"avoid"
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"trailingComma"
:
"none"
,
"overrides"
:
[
{
"files"
:
[
"*.json"
,
".md"
,
".markdown"
]
,
"options"
:
{
"tabWidth"
:
2
}
}
]
}