UNPKG
vacuum-card
Version:
latest (2.12.0)
2.12.0
2.11.7
2.11.6
2.11.0
2.10.3
2.10.2
2.10.1
2.10.0
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.2
2.8.1
2.8.0
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.25.1
1.25.0
1.24.1
1.24.0
1.23.0
1.22.10
1.22.9
1.22.8
1.22.7
1.22.6
1.22.5
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.2
1.21.1
1.21.0
1.20.0
1.19.1
1.19.0
1.18.0
1.17.1
1.17.0
1.16.2
1.16.1
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Vacuum cleaner card for Home Assistant Lovelace UI
vacuum-card
/
.eslintrc.json
18 lines
(17 loc)
•
306 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"parser"
:
"@typescript-eslint/parser"
,
"extends"
:
[
"eslint:recommended"
,
"prettier"
,
"plugin:@typescript-eslint/recommended"
]
,
"plugins"
:
[
"import"
]
,
"env"
:
{
"browser"
:
true
,
"es6"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2020
,
"sourceType"
:
"module"
}
}