e55405691a
refs https://github.com/TryGhost/Team/issues/2408 - Added webmentions package - Setup basic folder structure, controllers, repositories & services to get started. - note package haven't been published yet
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|