html-react-parser 5.1.13 → 5.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,7 +109,6 @@
109
109
  * @see https://developer.mozilla.org/docs/Web/HTML/Element/template
110
110
  */
111
111
  var template = typeof document === 'object' && document.createElement('template');
112
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
113
112
  var parseFromTemplate;
114
113
  if (template && template.content) {
115
114
  /**