Files
recflare/oxlint.config.ts
T
Devin Zuczek 8e644a5c20 Initial commit
2026-06-08 18:23:40 -04:00

9 lines
169 B
TypeScript

import { defineConfig, getConfig } from '@repo/oxlint-config'
const config = getConfig()
export default defineConfig({
...config,
// Add overrides as needed here
})