From 196581a4b7250acf216e164d5c2bb74071db8259 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 14 Feb 2024 06:30:24 +1300 Subject: [PATCH] chore: format `tsconfig.json` (#1501) --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1cba30982..49d5cfe4e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,9 +16,9 @@ "resolveJsonModule": true, "isolatedModules": true, "skipLibCheck": false, - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": true }, "files": ["eslint-remote-tester.config.ts"], "include": ["src/**/*", "tools/**/*"], - "exclude": ["src/rules/__tests__/fixtures/**/*"], + "exclude": ["src/rules/__tests__/fixtures/**/*"] }