More cleanup

This commit is contained in:
Samer Albahra
2018-07-22 19:33:57 -05:00
parent fc8b777328
commit f5c1e65b71
3 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ module.exports = function( grunt ) {
pkg: grunt.file.readJSON( "package.json" ),
jshint: {
main: [ "Gruntfile.js", "server.js", "routes/*.js", "models/*.js" ],
main: [ "Gruntfile.js", "server.js", "routes/*.js" ],
options: {
jshintrc: true
}