UNPKG
glances-app
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A heads-up dashboard for displaying thing-statuses
github.com/nicinabox/glances
nicinabox/glances
glances-app
/
.eslintrc.json
30 lines
(29 loc)
•
338 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"env"
:
{
"browser"
:
true
,
"es6"
:
true
,
"node"
:
true
}
,
"ecmaFeatures"
:
{
"modules"
:
true
,
"jsx"
:
true
}
,
"rules"
:
{
"indent"
:
[
2
,
2
]
,
"linebreak-style"
:
[
2
,
"unix"
]
,
"quotes"
:
[
2
,
"single"
]
,
"semi"
:
[
2
,
"never"
]
}
}