make eslint happier
This commit is contained in:
parent
c4db68b31f
commit
1f8cb5203e
5 changed files with 103 additions and 101 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue