From 312c755c1132a2e65a8077be9181f25649392f3e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 28 Sep 2024 21:57:35 +0200 Subject: [PATCH] eslint: fix global ignore for dist/ --- eslint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index b78cafc..58da9c0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,9 +2,11 @@ import globals from "globals"; import js from "@eslint/js"; export default [ - js.configs.recommended, { ignores: ["dist/"], + }, + js.configs.recommended, + { languageOptions: { globals: { ...globals.browser,