From c02805bb8c9f5467a5d3fdb93edb5049272eb0a7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 26 Aug 2021 19:33:26 +0300 Subject: Move a few ESLint rules where they are needed. --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 0174b84d02..9bd404dfa3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,7 +49,6 @@ "error", "never" ], - "unicorn/consistent-function-scoping": "off", "unicorn/explicit-length-check": "off", "unicorn/no-array-callback-reference": "off", "unicorn/no-array-for-each": "off", @@ -57,7 +56,6 @@ "unicorn/no-for-loop": "off", "unicorn/no-null": "off", "unicorn/no-unused-properties": "error", - "unicorn/no-useless-undefined": "off", "unicorn/numeric-separators-style": "off", "unicorn/prefer-array-flat": "off", "unicorn/prefer-dom-node-dataset": "off", -- cgit v1.2.3