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

Update dependencies and eslint/nodejs support #184

Closed mozfreddyb closed 2 years ago

mozfreddyb commented 2 years ago

This removes support for nodejs versions below 12.x and eslint version 6.

mozfreddyb commented 2 years ago

Yeah, eslint 8 will have to come after, I'm doing it iteratively. eslint 8 requires a couple code changes.