From 31b4fb5c79b1371e9910c6fbd0d8c47b7232f967 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Wed, 31 May 2023 12:59:50 +0500 Subject: [PATCH] Add webextensions to env list --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 9b14c5b..32fceed 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -89,6 +89,7 @@ const ts = { env: { es6: true, node: true, + webextensions: true, }, globals: { Atomics: 'readonly', @@ -124,6 +125,7 @@ module.exports = { env: { es6: true, node: true, + webextensions: true, }, globals: { Atomics: 'readonly',