UNPKG
merkle-tree-rollup
Version:
latest (1.1.4)
1.1.4
1.1.2
1.1.1
1.1.0
1.0.0
0.6.4
0.6.3
0.6.1
0.6.0
Merkle Tree roll up library
github.com/wilsonbeam/merkle-tree-rollup
wilsonbeam/merkle-tree-rollup
merkle-tree-rollup
/
.soliumrc.json
10 lines
(9 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{ "extends":
"solium:recommended"
,
"plugins"
: [
"security"
],
"rules"
: { "
quotes
": [
"error"
,
"double"
],
"indentation"
: [
"error"
,
4
],
"linebreak-style"
: [
"error"
,
"unix"
] } }