From 74cf1194445d530d7e064447a78c9eb9090e2cd2 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 14 Jun 2024 12:36:11 +0100 Subject: [PATCH] refactor: Remove unused globals.jquery from eslint configuration --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index fe61904d4d..068b9f17ca 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -49,7 +49,6 @@ export default tseslint.config( languageOptions: { globals: { ...globals.browser, - ...globals.jquery, ...globals.node, }, },