1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-13 22:43:13 +01:00

style: fix Prettier

This commit is contained in:
Théo LUDWIG 2024-10-07 17:35:13 +02:00
parent d9536865d8
commit 66044cc8eb
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

4
index.d.ts vendored
View File

@ -1,5 +1,7 @@
import type typescriptESLint from "typescript-eslint"
declare const eslintConfigConventions: ReturnType<typeof typescriptESLint.config>
declare const eslintConfigConventions: ReturnType<
typeof typescriptESLint.config
>
export default eslintConfigConventions