mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
77819d261a
The functionality hasn't changed this has just moved the code and updated the tests to provide better coverage
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|