UNPKG
eslint-watch
Version:
latest (8.0.0)
8.0.0
7.0.0
6.0.1
6.0.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
0.0.0
Run eslint with watch mode
github.com/rizowski/eslint-watch
rizowski/eslint-watch
eslint-watch
/
.eslintrc
14 lines
•
244 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"env"
:
{
"node"
:
true
,
"amd"
:
true
}
,
"rules"
:
{
"camelcase"
:
2
,
"eol-last"
:
2
,
"no-trailing-spaces"
:
1
,
"quotes"
:
[
1
,
"single"
,
"avoid-escape"
]
,
"strict"
:
[
2
,
"global"
]
,
"no-use-before-define"
:
true
}
}