Updated jshint to be aware of globals "Random" and "make"
This commit is contained in:
parent
7b5855e18f
commit
c318afc6ca
1 changed files with 8 additions and 2 deletions
10
.jshintrc
10
.jshintrc
|
@ -12,5 +12,11 @@
|
||||||
"eqnull": true,
|
"eqnull": true,
|
||||||
"node": true,
|
"node": true,
|
||||||
"maxerr": 2000,
|
"maxerr": 2000,
|
||||||
"esversion": 6
|
"esversion": 6,
|
||||||
}
|
"undef": true,
|
||||||
|
"unused": true,
|
||||||
|
"globals": {
|
||||||
|
"Random": true,
|
||||||
|
"make": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue