040335c96b
refs https://github.com/TryGhost/Team/issues/1886 When serializing an email, we'll replace the links with dummy links if the emailClicks feature flag is enabled.
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|