9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
|
module.exports = {
|
||
|
'ember-template-lint': {
|
||
|
daysToDecay: {
|
||
|
warn: 120,
|
||
|
error: 180,
|
||
|
}
|
||
|
}
|
||
|
};
|