From 860b511e0339df6c5baffa9671c84ef5f0c26abd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 26 Mar 2020 17:49:45 +0200 Subject: Update eslint-plugin-unicorn to v18.0.0 (#30461) --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index b3f1688768..7ccce3214c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,7 +45,9 @@ "unicorn/prefer-includes": "off", "unicorn/prefer-node-append": "off", "unicorn/prefer-node-remove": "off", + "unicorn/prefer-number-properties": "off", "unicorn/prefer-query-selector": "off", + "unicorn/prefer-set-has": "off", "unicorn/prefer-text-content": "off", "unicorn/prevent-abbreviations": "off" } -- cgit v1.2.3