mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +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:
parent
9351285182
commit
c1ae68b565
@ -78,7 +78,7 @@ var gulp = require('gulp'),
|
||||
],
|
||||
"strict": "implied",
|
||||
"undef": true,
|
||||
"unused": true
|
||||
"unused": "vars"
|
||||
},
|
||||
karma: {
|
||||
configFile: path.resolve(__dirname, 'karma.conf.js'),
|
||||
|
Loading…
Reference in New Issue
Block a user