mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Build] Enable forin check for JSHint
This commit is contained in:
parent
8b5a425da6
commit
fb56b3ad56
@ -63,6 +63,7 @@ var gulp = require('gulp'),
|
||||
"browser": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"freeze": true,
|
||||
"funcscope": true,
|
||||
"futurehostile": true,
|
||||
|
Loading…
Reference in New Issue
Block a user