From b2282f2cd154924314abeb11103d907e6f999a1e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 23:01:45 +0400 Subject: feat(eslint): Rule "class-methods-use-this" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index 52611ee..b8c2521 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -17,6 +17,9 @@ "allowSingleLine": false } ], + "class-methods-use-this": [ + "warn" + ], "comma-dangle": [ "error", "always-multiline" -- cgit v1.2.3