From: Chris Rebert Date: Fri, 25 Dec 2015 01:53:39 +0000 (-0700) Subject: ESLint: enable no-bitwise rule X-Git-Tag: v4.0.0-alpha.3~464^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5deb734b530e62e8b0b9a4b6f251045e2c610a27;p=thirdparty%2Fbootstrap.git ESLint: enable no-bitwise rule [skip sauce] --- diff --git a/js/.eslintrc b/js/.eslintrc index 427098c13d..e712f32474 100644 --- a/js/.eslintrc +++ b/js/.eslintrc @@ -10,7 +10,7 @@ // Possible Errors "comma-dangle": [2, "never"], "handle-callback-err": 2, - "no-bitwise": 0, + "no-bitwise": 2, "no-cond-assign": 2, "no-console": 2, "no-constant-condition": 2,