Disable ESLint no-bitwise rule
This commit is contained in:
parent
3adc2e0f83
commit
95b41b311f
@ -45,3 +45,4 @@ rules:
|
||||
no-multi-spaces: ["error", {"ignoreEOLComments": true}]
|
||||
function-paren-newline: "off"
|
||||
multiline-comment-style: "off"
|
||||
no-bitwise: "off"
|
||||
|
@ -100,7 +100,6 @@ window._qutebrowser.stylesheet = (function() {
|
||||
return;
|
||||
}
|
||||
var iter = document.createNodeIterator(document,
|
||||
// eslint-disable-next-line no-bitwise
|
||||
NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_ELEMENT);
|
||||
var node;
|
||||
while ((node = iter.nextNode())) {
|
||||
|
Loading…
Reference in New Issue
Block a user