Enforces explicit type imports (#7158)

* Enforces explicit type imports

* Upgrades typescript-eslint

* Upgrades eslint related dependencies

* Update config

* Sync packages mismatches

* Syncs prettier version

* Linting

* Relocks node version

* Fixes

* Locks @vitejs/plugin-react to 1.3.2

* Linting
This commit is contained in:
Omar López
2023-02-16 15:39:57 -07:00
committed by GitHub
parent 3df289b557
commit 7c749299bb
425 changed files with 1216 additions and 1069 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { CalWindow } from "@calcom/embed-core";
import type { CalWindow } from "@calcom/embed-core";
import EmbedSnippet from "@calcom/embed-snippet";
import Cal from "./Cal";