In my project we have some global variables that work as containers:
MyProject.MyFreature.someFunction = function() { ... }
So then I use t
This is only for globals
/* global MyProject */
In your case you need
/* exported MyProject */