Added global variables to JSLint configuration

This commit is contained in:
Frédéric Vachon 2015-02-03 11:30:48 -05:00
parent f23306b3c2
commit 7b7bddcb12

View File

@ -56,6 +56,7 @@ module.exports = function (grunt) {
unparam: true, // TEMPORARY: Ignore unused params
nomen: true,
predef: [ // Global variables
'document', '$', '$get',
'angular', 'inject', 'JustGage',
'describe', 'beforeEach', 'it', 'expect',
'moment'