22fe3ec88b
refs https://github.com/TryGhost/Team/issues/2267 This package contains definitions for the public interface of the email suppression list as well as an abstract implementation.
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|