From bdb35b6affed04194f52b4661e2f4c0c78502d94 Mon Sep 17 00:00:00 2001 From: Emman Nipal Date: Tue, 26 Jul 2022 12:38:44 +0800 Subject: [PATCH] fix: disable class-methods-use-this --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8082a13..57faad8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ ], "rules": { "no-prototype-builtins": "off", + "class-methods-use-this": "off", "linebreak-style": "off", "import/prefer-default-export": "off", "import/order": [