From 9b0c35d34ccc9fdfa8106eda7cb9d1fc7dc3ec41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 5 Feb 2019 00:03:27 +0100 Subject: [PATCH] update eslint --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index b21e48fc2..9dd309888 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -56,5 +56,7 @@ module.exports = { 'class-methods-use-this': 'off', 'global-require': 'off', + + 'func-names': ['error', 'never'], } }