import { defineConfig } from "oxlint"; export const ignores = defineConfig({ ignorePatterns: [ "**/.git/**", "**/node_modules/**", "**/dist/**", "**/lib/**", "**/build/**", "**/public/**", "**/.vercel/**", "**/__snapshots__/**", "**/*.snap", "**/package-lock.json", "**/yarn.lock", "**/pnpm-lock.yaml", "**/bun.lockb" ] });