mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
Hook up npm script target for jshint (#3916)
* Hook up npm script target for jshint * Shrinkwrap ui dependencies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"jquery": true,
|
||||
"esnext": true,
|
||||
"globalstrict": true,
|
||||
@@ -11,6 +12,9 @@
|
||||
"maxerr": 10000,
|
||||
"notypeof": true,
|
||||
"globals": {
|
||||
"$ENV": true,
|
||||
"require": true,
|
||||
"global": true,
|
||||
"beforeEach": false,
|
||||
"inject": false,
|
||||
"module": false,
|
||||
|
||||
Reference in New Issue
Block a user