From 04796b8f3aeb461d38fc265c1566821fc5ec299c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Sep 2019 12:34:57 +0300 Subject: Update devDependencies. --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 32139dfe9a..ffd5b5ed62 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -35,10 +35,12 @@ "error", "never" ], + "unicorn/consistent-function-scoping": "off", "unicorn/explicit-length-check": "off", "unicorn/import-index": "off", "unicorn/no-for-loop": "off", "unicorn/no-unused-properties": "error", + "unicorn/prefer-dataset": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-node-append": "off", "unicorn/prefer-node-remove": "off", -- cgit v1.2.3