1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-20 01:03:23 +03:00
Ghost/ghost/email-analytics-provider-mailgun/test/.eslintrc.js
2021-02-24 21:03:29 +00:00

7 lines
95 B
JavaScript

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