mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
import { defineConfig, getConfig } from '@repo/oxlint-config'
|
|
|
|
const config = getConfig()
|
|
|
|
export default defineConfig({
|
|
...config,
|
|
// Add overrides as needed here
|
|
})
|