UNPKG
dirwatcher
Version:
latest (4.1.1)
4.1.1
4.1.0
3.1.0
3.0.0
2.0.0
1.0.0
0.0.1
recursively watch a directory for modifications
github.com/fgnass/dirwatcher
fgnass/dirwatcher
dirwatcher
/
.eslintrc
18 lines
(17 loc)
•
324 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"env"
:
{
"node"
:
true
}
,
"rules"
:
{
"new-cap"
:
false
,
"quotes"
:
"avoid-escape"
,
"strict"
:
"never"
,
"semi"
:
"never"
,
"no-use-before-define"
:
"nofunc"
,
"no-underscore-dangle"
:
false
,
"no-path-concat"
:
false
,
"consistent-return"
:
false
,
"curly"
:
false
,
"eqeqeq"
:
false
}
}