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

Add URL to rule documentation to the metadata #75

Closed Arcanemagus closed 6 years ago

Arcanemagus commented 6 years ago

ESLint v4.15.0 added an official location for rules to store a URL to their documentation in the rule metadata in eslint/eslint#9788. This adds the URL to all the existing rules so anything consuming them can know where their documentation is without having to resort to external packages to guess.

mozfreddyb commented 6 years ago

Thank you, @Arcanemagus