2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/mw-api-version-mismatch/.eslintrc.js
Naz 786f5429db Bootstrapped api version mismatch middleware
refs https://github.com/TryGhost/Toolbox/issues/292

- Fresh package out of Super Slimer and removed outdated patters, like using "should"
2022-04-21 15:57:43 +08:00

6 lines
95 B
JavaScript

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