mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-06-07 15:11:01 +00:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|