UNPKG
kp-resorts-slopes-parser
Version:
latest (0.0.1)
0.0.1
Parse state of ski slopes to JSON
github.com/cauchy2384/kp-ski-status
cauchy2384/kp-ski-status
kp-resorts-slopes-parser
/
.eslintrc
8 lines
(7 loc)
•
153 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"
]
}
]
}
}