mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-13 10:55:58 +03:00
ac847dbecd
no-issue
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node',
|
|
]
|
|
};
|