From be5f4d12d5afc12f25b1e2732075ee416f5665bf Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 1 Oct 2017 10:01:09 +0900 Subject: [PATCH] allow class-methods-use-this --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 8566445..216b847 100644 --- a/.eslintrc +++ b/.eslintrc @@ -19,6 +19,7 @@ "arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }], "brace-style": ["error", "1tbs", { "allowSingleLine": true }], "capitalized-comments": "off", + "class-methods-use-this": "off", "comma-dangle": "off", "consistent-return": "off", "default-case": "off",