mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
Ref: https://typescript-eslint.io/packages/typescript-eslint/#migrating-to-defineconfig BREAKING CHANGE: peerDependencies: `eslint@^9.22.0` `eslint-plugin-unicorn@^61.0.0`
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
|