Introduce "BaseClient"

This commit is contained in:
schroda
2023-08-15 14:39:45 +02:00
parent a0b686497f
commit 0ee47c872b
3 changed files with 41 additions and 14 deletions

View File

@@ -27,6 +27,8 @@ module.exports = {
'prettier/prettier': 'error',
'class-methods-use-this': 'off',
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
// just why