mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Ignore shared/vendor in lint task
This commit is contained in:
parent
814a3d66b7
commit
56448b4ea4
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ var path = require('path'),
|
|||
src: [
|
||||
"core/shared/**/*.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
exclude: [
|
||||
"core/shared/vendor/**/*.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue