From 5bcd6a29cd347657889709f54af90c45d969758b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Feb 2019 15:13:59 +0200 Subject: Disable a few rules for now. --- .eslintrc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 384bfcbbce..e0fa201bc1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,6 +26,8 @@ "error", "always-multiline" ], + "new-cap": "off", + "no-mixed-operators": "off", "object-curly-spacing": [ "error", "always" @@ -41,7 +43,11 @@ "error", "never" ], + "unicorn/explicit-length-check": "off", "unicorn/filename-case": "off", - "unicorn/no-unused-properties": "error" + "unicorn/import-index": "off", + "unicorn/no-unused-properties": "error", + "unicorn/prefer-node-append": "off", + "unicorn/prefer-query-selector": "off" } } -- cgit v1.2.3