diff --git a/src/editor/redirect-on-lacking-support.js b/src/editor/browser-not-supported.js
similarity index 100%
rename from src/editor/redirect-on-lacking-support.js
rename to src/editor/browser-not-supported.js
diff --git a/src/editor/index.html b/src/editor/index.html
index 7a23bd6a..1d757f44 100644
--- a/src/editor/index.html
+++ b/src/editor/index.html
@@ -18,7 +18,7 @@
-
+
diff --git a/web-dev-server.config.mjs b/web-dev-server.config.mjs
index 0b4cfbb2..344e8d7c 100644
--- a/web-dev-server.config.mjs
+++ b/web-dev-server.config.mjs
@@ -1,4 +1,5 @@
import {fromRollup} from '@web/dev-server-rollup';
+// eslint-disable-next-line node/no-unpublished-import
import rollupCommonjs from '@rollup/plugin-commonjs';
const commonjs = fromRollup(rollupCommonjs);