Ghost/ghost/event-aware-cache-wrapper/.eslintrc.js
Naz 0301f5983e
Bootstrapped module for EventAwareCacheWrapper
refs https://github.com/TryGhost/Toolbox/issues/522

- This is generated code for a new module. Nothing special here
2023-02-23 13:07:04 +08:00

7 lines
95 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
]
};