From 68d72215a2e991113f2648f1b9a8dc6c68408161 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 13 Nov 2017 20:27:34 +0300 Subject: [PATCH] disable the useless "no-empty-function" warning --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 5921b11d..0d107f4a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -131,7 +131,7 @@ rules: no-duplicate-imports: [2] no-else-return: [0] no-empty-character-class: [2] - no-empty-function: [1] + no-empty-function: [0] no-empty-pattern: [2] no-empty: [2, {allowEmptyCatch: true}] no-eq-null: [2]