mozilla / eslint-plugin-no-unsanitized

Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike
Mozilla Public License 2.0
228 stars 37 forks source link

default to report node type when complaining about unsupported callee #117

Closed mozfreddyb closed 4 years ago

mozfreddyb commented 4 years ago

Minimal change to get better issue reported (e.g., title was all the same for #111, #113). Can you review @rpl?