mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03: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