4ff036b1c3
- Ready to accept code and history from TryGhost/Ghost
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node',
|
|
]
|
|
};
|