UNPKG
gulp-nodemon
Version:
latest (2.5.0)
2.5.0
2.4.2
2.4.1
2.2.1
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
it's gulp + nodemon + convenience
github.com/JacksonGariety/gulp-nodemon
JacksonGariety/gulp-nodemon
gulp-nodemon
/
.eslintrc.json
13 lines
(12 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"es6"
:
true
,
"node"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"rules"
:
{
"indent"
:
[
"error"
,
2
]
,
"linebreak-style"
:
[
"warn"
,
"unix"
]
,
"quotes"
:
[
"error"
,
"single"
]
,
"semi"
:
[
"error"
,
"never"
]
,
"valid-jsdoc"
:
[
"error"
]
,
"no-console"
:
"off"
}
}