mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Build] Change unused to vars
To allow placeholder arguments in method signatures, per https://github.com/nasa/openmct/pull/724#issuecomment-193542314
This commit is contained in:
@ -78,7 +78,7 @@ var gulp = require('gulp'),
|
||||
],
|
||||
"strict": "implied",
|
||||
"undef": true,
|
||||
"unused": true
|
||||
"unused": "vars"
|
||||
},
|
||||
karma: {
|
||||
configFile: path.resolve(__dirname, 'karma.conf.js'),
|
||||
|
Reference in New Issue
Block a user