mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
|
module.exports = {
|
||
|
'ember-template-lint': {
|
||
|
daysToDecay: {
|
||
|
warn: 120,
|
||
|
error: 180,
|
||
|
}
|
||
|
}
|
||
|
};
|