From ddf39a509213d697857e112d1a7f7a3fc8830d65 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 14 May 2020 09:26:44 +0300 Subject: Update devDependencies (#30807) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * eslint ^6.8.0 → ^7.0.0 * eslint-plugin-unicorn ^19.0.1 → ^20.0.0 * karma-jasmine-html-reporter ^1.5.3 → ^1.5.4 * lockfile-lint ^4.2.2 → ^4.3.4 * rollup ^2.9.1 → ^2.10.0 --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 8c6a5a3e37..af472af651 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,11 +43,13 @@ "unicorn/no-for-loop": "off", "unicorn/no-null": "off", "unicorn/no-unused-properties": "error", + "unicorn/no-useless-undefined": "off", "unicorn/prefer-dataset": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-node-append": "off", "unicorn/prefer-node-remove": "off", "unicorn/prefer-number-properties": "off", + "unicorn/prefer-optional-catch-binding": "off", "unicorn/prefer-query-selector": "off", "unicorn/prefer-set-has": "off", "unicorn/prevent-abbreviations": "off" -- cgit v1.2.3