From 8a37045b798fd66ede9c68774f9bb657e28d956a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Sat, 23 Feb 2019 00:37:55 +0200 Subject: move util in a util folder with the sanitizer --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index e0b3e5380a..8250d274c1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -130,7 +130,7 @@ "func-call-spacing": "error", "func-name-matching": "error", "func-names": "off", - "func-style": ["error", "declaration"], + "func-style": "off", "id-blacklist": "error", "id-length": "off", "id-match": "error", -- cgit v1.2.3