1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00
Files
eslint-config-conventions/index.d.ts
2024-10-07 17:35:13 +02:00

8 lines
181 B
TypeScript

import type typescriptESLint from "typescript-eslint"
declare const eslintConfigConventions: ReturnType<
typeof typescriptESLint.config
>
export default eslintConfigConventions