From 5a7d23023b15f9604f9d13b273017a15883ed3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 27 Aug 2021 16:02:09 +0200 Subject: [PATCH] :shirt: Disable class-methods-use-this --- .eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 911e628f0f..445980e5b7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -315,6 +315,11 @@ module.exports = { */ 'no-plusplus': 'off', + /** + * https://eslint.org/docs/rules/class-methods-use-this + */ + 'class-methods-use-this': 'off', + /** * https://eslint.org/docs/rules/eqeqeq */