diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index 4664acd..2591375 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -12,6 +12,9 @@ const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url)); export default defineConfig( includeIgnoreFile(gitignorePath), + { + ignores: ['src/lib/components/ui/map/'] + }, js.configs.recommended, ...ts.configs.recommended, ...svelte.configs.recommended,