a0e2c4d45f
no issue - this adds the templated package from Slimer ready for pulling the history in from Ghost
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|