From 6cc8c7931a2ba0fa86dda02e31877f3c96c39720 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 23 Aug 2022 00:09:47 +0100 Subject: [PATCH] feat(config): add rule to ignore no this in class functions --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 06613cf..0269b34 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,5 +17,6 @@ "@typescript-eslint" ], "rules": { + "class-methods-use-this": "off" } }