mozilla / eslint-plugin-no-unsanitized

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

Adds support for the null coalescing operator #136

Closed LukeWood closed 4 years ago

LukeWood commented 4 years ago

This is one of the two operators required for adding typescript support to eslint-plugin-no-unsanitized

Adds support for TSAsExpression and TSTypeAssertion nodes. These are noops.