mozilla / eslint-plugin-no-unsanitized

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

build demo to make contributions (and testing) easier #78

Closed mozfreddyb closed 6 years ago

mozfreddyb commented 6 years ago

Would be nice if there was a demo similar to the ESLint demo.

It just so happened that ESLint on the browser is not a supported setup and they explicitly say that they don't want to support or maintain their demo setup, so copying it is discouraged.

mozfreddyb commented 6 years ago

Their setup doesn't work with plugins, so even if I were to reproduce it, we'd still not have a demo of the rule.

mozfreddyb commented 6 years ago

I'm afraid we'll have to close this. There's nothing we can do unless eslint becomes web-shippable