mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removing the tmpl directory from jslint
This commit is contained in:
parent
c4f19af62f
commit
d047692c73
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
// Lint files in the root, including Gruntfile.js
|
// Lint files in the root, including Gruntfile.js
|
||||||
"*.js",
|
"*.js",
|
||||||
// Lint core files, but not libs
|
// Lint core files, but not libs
|
||||||
["core/**/*.js", "!**/assets/lib/**/*.js"]
|
["core/**/*.js", "!**/assets/lib/**/*.js", "!**/assets/tmpl/*.js"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue