From 42e03a429627f265f932aa85ce1279a62813b3ba Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 3 Feb 2025 21:47:57 +0100 Subject: [PATCH] linting --- vite.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 4a2336ac..162a0644 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,9 +11,7 @@ export default defineConfig({ coverage: { all: true, include: ['src/**/*.{js,jsx,ts,tsx}'], - exclude: [ - ...configDefaults.exclude, - ], + exclude: [...configDefaults.exclude], thresholds: { lines: 0, functions: 67,