chore: test lint

This commit is contained in:
cha0s 2022-03-13 13:59:15 -05:00
parent 300f1aef57
commit 043c0fe9ff

View File

@ -17,6 +17,7 @@ module.exports = {
'brace-style': 'off',
'class-methods-use-this': 'off',
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'off',
'max-classes-per-file': 'off',
'no-new': 'off',
'padded-blocks': 'off',