mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Ignore shared/vendor in lint task
This commit is contained in:
parent
814a3d66b7
commit
56448b4ea4
@ -84,7 +84,10 @@ var path = require('path'),
|
||||
src: [
|
||||
"core/shared/**/*.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
exclude: [
|
||||
"core/shared/vendor/**/*.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user