diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-01-27 04:01:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 09:01:37 +0000 |
commit | 7a142bbafd6aa6ca5fe296ba3012158d8f2e75dc (patch) | |
tree | 698be195228b5b739a2acf77e34906b56fb80eca /ext/js/dom/sandbox | |
parent | a3224f688f44c9c913f32add1223e922ce88e65a (diff) |
Remove unneeded eslint disables (#554)
* Install eslint-plugin-eslint-comments
* Update rules, fix issues
Diffstat (limited to 'ext/js/dom/sandbox')
-rw-r--r-- | ext/js/dom/sandbox/css-style-applier.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js index d250c0f5..ea3f1a28 100644 --- a/ext/js/dom/sandbox/css-style-applier.js +++ b/ext/js/dom/sandbox/css-style-applier.js @@ -40,7 +40,6 @@ export class CssStyleApplier { /** @type {RegExp} */ this._patternClassNameCharacter = /[0-9a-zA-Z-_]/; } - /* eslint-enable jsdoc/check-line-alignment */ /** * Loads the data file for use. |