From 2996a4d05d0ea2f8446e2a2a0383979ceec748ae Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 16:25:29 +0100 Subject: Run Prettier on all files --- cypress/tsconfig.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cypress/tsconfig.json') diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 83fb87e..dc61836 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,8 +1,8 @@ { - "compilerOptions": { - "target": "es5", - "lib": ["es5", "dom"], - "types": ["cypress", "node"] - }, - "include": ["**/*.ts"] -} \ No newline at end of file + "compilerOptions": { + "target": "es5", + "lib": ["es5", "dom"], + "types": ["cypress", "node"] + }, + "include": ["**/*.ts"] +} -- cgit v1.2.3