feat(config): add rule to ignore no this in class functions

This commit is contained in:
Anthony 2022-08-23 00:09:47 +01:00
parent f7ed09fe9e
commit 6cc8c7931a

View File

@ -17,5 +17,6 @@
"@typescript-eslint" "@typescript-eslint"
], ],
"rules": { "rules": {
"class-methods-use-this": "off"
} }
} }