refactor: Remove unused globals.jquery from eslint configuration

This commit is contained in:
Simon Larsen 2024-06-14 12:36:11 +01:00
parent ba6ac2e32e
commit 74cf119444
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -49,7 +49,6 @@ export default tseslint.config(
languageOptions: { languageOptions: {
globals: { globals: {
...globals.browser, ...globals.browser,
...globals.jquery,
...globals.node, ...globals.node,
}, },
}, },