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

List ESLint v8 in `peerDependencies` #185

Closed willdurand closed 2 years ago

willdurand commented 2 years ago

ESLint v8 has been released. Assuming this plugin works with ESLint v8 (which I think is the case), could we update the peerDependencies entry in the package.json?

On some Node/npm versions, this plugin cannot be installed correctly with ESLint v8 because of this strict constraint.

Thanks!