Update Gruntfile.js
This commit is contained in:
parent
ae16c14e84
commit
ef82918191
@ -51,6 +51,7 @@ module.exports = function (grunt) {
|
|||||||
directives: {
|
directives: {
|
||||||
node: true,
|
node: true,
|
||||||
unparam: true, // TEMPORARY: Ignore unused params
|
unparam: true, // TEMPORARY: Ignore unused params
|
||||||
|
nomen: true,
|
||||||
predef: [ // Global variables
|
predef: [ // Global variables
|
||||||
'angular', 'inject', 'JustGage',
|
'angular', 'inject', 'JustGage',
|
||||||
'describe', 'beforeEach', 'it', 'expect'
|
'describe', 'beforeEach', 'it', 'expect'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user