mozilla / eslint-plugin-no-unsanitized

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

move `isAllowedIdentifier` logic behind an option #178

Closed mozfreddyb closed 2 years ago

mozfreddyb commented 2 years ago

As discussed in #167, we considered moving the logic behind an option, before we do a release. Then, release a semver-major update and flip this on by default.