UNPKG
@broxus/tip4
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Set of ready-to-use tvm nft token contracts following tip4 standard
github.com/broxus/tip4
@broxus/tip4
/
.prettierrc
12 lines
(11 loc)
•
206 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"tabWidth"
:
2
,
"printWidth"
:
120
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
false
,
"jsxSingleQuote"
:
false
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"avoid"
}