TryGhost / express-hbs

Express handlebars template engine with inheritance, partials, i18n and async helpers.
MIT License
458 stars 76 forks source link

Removed Bluebird dependency #254

Closed markstos closed 1 year ago

markstos commented 1 year ago

This is a re-done version of #252

Unlike the first take, this one does not use arrow functions or const to comply with the current eslint rules of the project.

Also, the first draft used the return callback pattern which some eslint rulesets call for, while this one continues to callback without an explicit return value.

daniellockyer commented 1 year ago

Thanks @markstos! 😀