mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-09 16:28:03 +03:00
a9981ea99e
refs https://github.com/TryGhost/Team/issues/916 - Nothing interesting here. Scaffolding that slimer made
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|