]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ESLint: enable no-bitwise rule 18392/head
authorChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 01:53:39 +0000 (18:53 -0700)
committerChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 01:53:41 +0000 (18:53 -0700)
[skip sauce]

js/.eslintrc

index 427098c13d27e9fa8809962a75404e315da932b4..e712f32474bcd94915a898dfe917f2c99654253e 100644 (file)
@@ -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,