Ranklist logging

This commit is contained in:
mrfry 2020-10-23 12:01:11 +02:00
parent 13a18c3fd8
commit c90c879fc0
4 changed files with 68 additions and 71 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', 'C', 'q'] }],
'id-length': ['warn', { exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b'] }],
},
}