diff --git a/eslint.config.js b/eslint.config.js index 194b2ae..b78cafc 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -4,6 +4,7 @@ import js from "@eslint/js"; export default [ js.configs.recommended, { + ignores: ["dist/"], languageOptions: { globals: { ...globals.browser,