UNPKG
giveth-liquidpledging
Version:
beta (2.0.0-beta.4)
latest (1.0.1)
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.1
1.0.0
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
0.1.1
0.1.0
0.0.11
0.0.10
Liquid Pledging Smart Contract
github.com/Giveth/liquidpledging
Giveth/liquidpledging
giveth-liquidpledging
/
.eslintrc
8 lines
(7 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"airbnb"
,
"rules"
:
{
"jsx-a11y/href-no-hash"
:
"off"
,
"jsx-a11y/anchor-is-valid"
:
[
"warn"
,
{
"aspects"
:
[
"invalidHref"
]
}
]
}
}