From 202ab36a160d8fa1a2ec47115ce7d1d06ef37f40 Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 3 Feb 2021 11:37:23 +0900 Subject: [PATCH] no func-style --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index b94b6a7f..917f7c1c 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -30,6 +30,7 @@ module.exports = { 'class-methods-use-this': 0, complexity: 0, 'func-names': 0, + 'func-style': 0, 'function-call-argument-newline': 0, 'guard-for-in': 0, 'id-length': 0,