Add Cylon-provided globals to generated .jshintrc files
This commit is contained in:
parent
89f0e43570
commit
4c5937695b
|
@ -10,5 +10,20 @@
|
|||
"unused": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"node": true
|
||||
"node": true,
|
||||
"predef": [
|
||||
"Cylon",
|
||||
"Logger",
|
||||
|
||||
"after",
|
||||
"bind",
|
||||
"constantly",
|
||||
"every",
|
||||
"hasProp",
|
||||
"proxyFunctionsToObject",
|
||||
"proxyTestStubs",
|
||||
"sleep",
|
||||
"slice",
|
||||
"subclass"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue