mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
ESLint: enable no-bitwise rule
[skip sauce]
This commit is contained in:
parent
ad4c0ee52f
commit
5deb734b53
@ -10,7 +10,7 @@
|
|||||||
// Possible Errors
|
// Possible Errors
|
||||||
"comma-dangle": [2, "never"],
|
"comma-dangle": [2, "never"],
|
||||||
"handle-callback-err": 2,
|
"handle-callback-err": 2,
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 2,
|
||||||
"no-cond-assign": 2,
|
"no-cond-assign": 2,
|
||||||
"no-console": 2,
|
"no-console": 2,
|
||||||
"no-constant-condition": 2,
|
"no-constant-condition": 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user