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

Update ESLint to v7 and Mocha to v7 as well. Allow peer dependencies to ESLint v7. #125

Closed Standard8 closed 4 years ago

Standard8 commented 4 years ago

ESLint 7 is out now, and updating is nice and simple. Also update the version of Mocha.

I did try updating babel-eslint to version 9 and 10, but they both cause the tests to fail, so I'll leave that for someone else to look into.