From 77f63a2f144a1bff300e975b44f40f492d2a1df6 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 23 Oct 2023 17:05:18 +0200 Subject: [PATCH] Remove typescript formatter --- .config/dprint.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/dprint.json b/.config/dprint.json index 49575ac..83fffda 100644 --- a/.config/dprint.json +++ b/.config/dprint.json @@ -1,19 +1,15 @@ { - "typescript": { - }, "json": { }, "markdown": { }, "toml": { }, - "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml}"], + "includes": ["**/*.{json,md,toml}"], "excludes": [ - "**/node_modules", "**/*-lock.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.87.1.wasm", "https://plugins.dprint.dev/json-0.17.4.wasm", "https://plugins.dprint.dev/markdown-0.16.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm"