From 028861cb7bcec86350b20013d53a7c00889290b4 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 9 Feb 2024 11:04:01 -0500 Subject: [PATCH] Format code --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 61b2cfaf..2544804f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,13 +25,13 @@ // "noUncheckedIndexedAccess": true, // "noUnusedParameters": true, - "plugins": [{ "name": "typescript-eslint-language-service" }], + "plugins": [{ "name": "typescript-eslint-language-service" }] }, "include": [ "./node_modules/matrix-js-sdk/src/@types/*.d.ts", "./src/**/*.ts", "./src/**/*.tsx", "./test/**/*.ts", - "./test/**/*.tsx", - ], + "./test/**/*.tsx" + ] }