From ab64732e0dfc5c7b4fa28355bf8b2cd37041e329 Mon Sep 17 00:00:00 2001 From: Jacobojijo Date: Thu, 18 Jul 2024 12:38:00 +0300 Subject: [PATCH] updating eslint --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 3f7ae4d..1d5e4ac 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -6,4 +6,4 @@ export default [ {files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}}, {languageOptions: { globals: globals.browser }}, pluginJs.configs.recommended, -]; \ No newline at end of file +];