From 66044cc8ebb41c83aa4231101e7846309595dcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 7 Oct 2024 17:35:13 +0200 Subject: [PATCH] style: fix Prettier --- index.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index c05e5cc..e578123 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,7 @@ import type typescriptESLint from "typescript-eslint" -declare const eslintConfigConventions: ReturnType +declare const eslintConfigConventions: ReturnType< + typeof typescriptESLint.config +> export default eslintConfigConventions