mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-10-11 17:06:21 +02:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import type { defineConfig } from "eslint/config"
|
|
|
|
declare const eslintConfig: ReturnType<typeof defineConfig>
|
|
|
|
export default eslintConfig
|