- Linting: Fix .eslintrc.js overrides to point to new paths (and avoid need for inline disabling--except import/no-namespace)

This commit is contained in:
Brett Zamir
2020-07-18 18:31:34 +08:00
parent e560784961
commit 0fc64b4912
138 changed files with 18257 additions and 19842 deletions

View File

@@ -101,7 +101,6 @@ iframe[0].src = frameBase + framePath +
: ''); // Append arguments to this file onto the iframe
iframe[0].addEventListener('load', function () {
// eslint-disable-next-line node/no-unsupported-features/node-builtins
svgCanvas = new EmbeddedSVGEdit(frame, [new URL(frameBase).origin]);
// Hide main button, as we will be controlling new, load, save, etc. from the host document
let doc;