mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 22:49:26 -02:30
add jasmine and spyOn to acceptable jshint globals
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
"expect": false,
|
||||
"context": false,
|
||||
"describe": false,
|
||||
"moment": false
|
||||
"moment": false,
|
||||
"spyOn": false,
|
||||
"jasmine": false
|
||||
},
|
||||
"strict": false,
|
||||
"quotmark": false,
|
||||
|
||||
Reference in New Issue
Block a user