0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removing the tmpl directory from jslint

This commit is contained in:
ErisDS 2013-06-06 08:10:58 +01:00
parent c4f19af62f
commit d047692c73

View file

@ -17,7 +17,7 @@
// Lint files in the root, including Gruntfile.js
"*.js",
// Lint core files, but not libs
["core/**/*.js", "!**/assets/lib/**/*.js"]
["core/**/*.js", "!**/assets/lib/**/*.js", "!**/assets/tmpl/*.js"]
]
},