mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 20:12:50 +00:00
[Build] Specify browser environment
...such that various browser globals do not need to be individually declared.
This commit is contained in:
parent
c7f199a59e
commit
7eb7027b67
@ -60,6 +60,7 @@ var gulp = require('gulp'),
|
|||||||
},
|
},
|
||||||
jshint: {
|
jshint: {
|
||||||
"bitwise": true,
|
"bitwise": true,
|
||||||
|
"browser": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
"freeze": true,
|
"freeze": true,
|
||||||
@ -72,8 +73,6 @@ var gulp = require('gulp'),
|
|||||||
"nonew": true,
|
"nonew": true,
|
||||||
"predef": [
|
"predef": [
|
||||||
"define",
|
"define",
|
||||||
"Blob",
|
|
||||||
"Float32Array",
|
|
||||||
"Promise"
|
"Promise"
|
||||||
],
|
],
|
||||||
"strict": "implied",
|
"strict": "implied",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user