UNPKG
noob-ethereum
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.27
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple Ethereum library
github.com/markodayan/noob-ethereum
markodayan/noob-ethereum
noob-ethereum
/
.prettierrc
10 lines
(9 loc)
•
157 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
true
,
"printWidth"
:
120
,
"proseWrap"
:
"always"
,
"bracketSpacing"
:
true
}