From a59f63ca45d46eeb980efa12dc35bff7992181ae Mon Sep 17 00:00:00 2001
From: PatrykKuniczak
Date: Thu, 23 Apr 2026 16:08:58 +0200
Subject: [PATCH] chore: remove unnecessary eslint-disable comment for
import/no-unresolved
---
index.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.js b/index.js
index 9137cbfaf9..23bda02fe1 100644
--- a/index.js
+++ b/index.js
@@ -5,7 +5,6 @@
// disable this rule because we have automated tests (which would catch an unresolved import issue
// here).
//
-// eslint-disable-next-line import/no-unresolved
import webext from './lib/main.js';
export default webext;