From e57e1325c0aa01dad1372d27f11842f7e24f45cc Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Tue, 23 Jan 2024 00:52:10 +0530 Subject: [PATCH] lint 2 --- ui/tsconfig.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index c443fefcce..ad4b679af6 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -16,13 +16,13 @@ "incremental": true, "plugins": [ { - "name": "next" - } + "name": "next", + }, ], "paths": { - "@/*": ["./*"] - } + "@/*": ["./*"], + }, }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], }