2
0
mirror of https://github.com/status-im/liquid-funding.git synced 2025-01-17 23:11:10 +00:00
2017-07-13 19:12:45 +02:00

8 lines
167 B
Plaintext

{
"extends": "airbnb",
"rules": {
"jsx-a11y/href-no-hash": "off",
"jsx-a11y/anchor-is-valid": ["warn", { "aspects": ["invalidHref"] }]
}
}