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

ESLint v8 #186

Closed willdurand closed 2 years ago

willdurand commented 2 years ago

Fixes #185


This PR adds support to ESLint v8. I am not very familiar with this project but tests pass locally.

Switching to @babel/eslint-parser seems needed here but let me know what you think.

willdurand commented 2 years ago

/cc @mozfreddyb @Standard8

stof commented 2 years ago

@mozfreddyb do you have any ETA for when this will be released ?

mozfreddyb commented 2 years ago

I'm hoping to release this with v4 in #187 this week.