Added logrotate #7

This commit is contained in:
mrfry 2020-10-05 09:10:00 +02:00
parent f1f7b86fea
commit 756d22e535
3 changed files with 28 additions and 12 deletions

View file

@ -16,6 +16,6 @@ module.exports = {
eqeqeq: ['warn', 'smart'],
'no-unused-vars': 'warn',
'no-prototype-builtins': 'off',
'id-length': ['warn', { exceptions: ['i', 'j', 't', 'Q', 'A'] }],
'id-length': ['warn', { exceptions: ['i', 'j', 't', 'Q', 'A', 'C'] }],
},
}