UNPKG
nef-mongo
Version:
latest (1.0.1)
1.0.1
1.0.0
MongoDB plugin for nef
github.com/creaturephil/nef-mongo
creaturephil/nef-mongo
nef-mongo
/
.eslintrc.json
26 lines
(25 loc)
•
315 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
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"indent"
:
[
"error"
,
2
]
,
"linebreak-style"
:
[
"error"
,
"unix"
]
,
"quotes"
:
[
"error"
,
"single"
]
,
"semi"
:
[
"error"
,
"always"
]
}
}