From: XhmikosR Date: Tue, 17 Sep 2019 18:34:53 +0000 (+0300) Subject: .eslintrc.json: Remove a couple of default rules. X-Git-Tag: v5.0.0-alpha1~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84861ceadbb09ada3598a632fd0f5e1cc80b0e7a;p=thirdparty%2Fbootstrap.git .eslintrc.json: Remove a couple of default rules. --- diff --git a/.eslintrc.json b/.eslintrc.json index 54e952e360..32139dfe9a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,18 +27,10 @@ "always-multiline" ], "new-cap": "off", - "no-mixed-operators": "error", "object-curly-spacing": [ "error", "always" ], - "prefer-destructuring": [ - "error", - { - "object": true, - "array": false - } - ], "semi": [ "error", "never"