mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 03:53:19 +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: {
|
||||
"bitwise": true,
|
||||
"browser": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"freeze": true,
|
||||
@ -72,8 +73,6 @@ var gulp = require('gulp'),
|
||||
"nonew": true,
|
||||
"predef": [
|
||||
"define",
|
||||
"Blob",
|
||||
"Float32Array",
|
||||
"Promise"
|
||||
],
|
||||
"strict": "implied",
|
||||
|
Loading…
x
Reference in New Issue
Block a user