UNPKG
smart-house
Version:
latest (0.1.1)
test (0.1.2-4)
0.1.2-4
0.1.2-3
0.1.2-2
0.1.2-1
0.1.2-0
0.1.1
0.1.0
Smart House
github.com/garage-it/SmartHouse
garage-it/SmartHouse
smart-house
/
.eslintrc.json
26 lines
•
444 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
{
"env"
:
{
"es6"
:
true
,
"node"
:
true
,
"mocha"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
,
"rules"
:
{
"indent"
:
[
"error"
,
4
]
,
"quotes"
:
[
"error"
,
"single"
,
"avoid-escape"
]
,
"semi"
:
[
"error"
,
"always"
]
}
}