/** * Default config for Oxlint. */ declare const CONFIG_DEFAULT: { readonly ignorePatterns: ["**/.git/**", "**/.svn/**", "**/__MACOSX/**", "**/.DS_Store", "**/Thumbs.db", "**/.pnp.*", "**/.yarn/**", "**/node_modules/**", "**/.cache/**", "**/*.tsbuildinfo", "**/package-lock.json", "**/yarn.lock", "**/pnpm-lock.yaml", "**/deno.lock", "**/bun.lock", "**/bun.lockb", "**/*.log*", "**/.vercel/**", "**/.angular/**", "**/.astro/**", "**/.expo/**", "**/.next/**", "**/.nuxt/**", "**/.panda/**", "**/.svelte-kit/**", "**/dist/**", "build/**", "out/**"]; }; export { CONFIG_DEFAULT }; //# sourceMappingURL=default.d.ts.map