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,