From df63719060cc2fcf62da52b46c86a6397205a976 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sun, 15 Jul 2018 14:03:29 +0300 Subject: [Minor] Remove unused empty function --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index f72a23118..5181105f6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -68,10 +68,8 @@ "new-cap": "off", "no-else-return": "off", "no-empty": "off", - "no-empty-function": "off", "no-inline-comments": "off", "no-invalid-this": "off", - "no-loop-func": "off", "no-negated-condition": "off", "no-underscore-dangle": "off", "one-var-declaration-per-line": "off", -- cgit v1.2.3