make eslint happier

This commit is contained in:
Nils Schneider 2015-03-30 03:20:43 +02:00
commit 1f8cb5203e
5 changed files with 103 additions and 101 deletions

View file

@ -23,7 +23,7 @@ module.exports = function (grunt) {
}
},
sources: {
src: ["app.js", "!Gruntfile.js", "lib/*.js"]
src: ["app.js", "!Gruntfile.js", "lib/**/*.js"]
},
grunt: {
src: ["Gruntfile.js", "tasks/*.js"]