UNPKG
hp-redux
Version:
latest (0.1.1)
0.1.1
0.1.0
Hearthstone simulator
github.com/Bebersohl/hp-redux
Bebersohl/hp-redux
hp-redux
/
.eslintrc
9 lines
(8 loc)
•
161 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"airbnb"
,
"rules"
:
{
"comma-dangle"
:
[
"error"
,
"always-multiline"
]
,
"no-undef"
:
"off"
,
"no-prototype-builtins"
:
"off"
}
}