Declassified classes.js

This commit is contained in:
mrfry 2020-10-02 13:18:43 +02:00
parent bc0f77dc36
commit db1976ecf3
2 changed files with 377 additions and 457 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'] }],
'id-length': ['warn', { exceptions: ['i', 'j', 't', 'Q', 'A'] }],
},
}