Skip to content

Commit

Permalink
chore: added missing eslint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Feb 15, 2022
1 parent a0c2d08 commit 82e3c38
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
4 changes: 3 additions & 1 deletion dist/purify.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.cjs.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/purify.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.es.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/purify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/purify.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ function createDOMPurify(window = getGlobal()) {
return createNodeIterator.call(
root.ownerDocument || root,
root,
// eslint-disable-next-line no-bitwise
NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT,
null,
false
Expand Down

0 comments on commit 82e3c38

Please sign in to comment.