cal.pub0.org/packages/app-store/ee/routing-forms
Omar López 7c749299bb
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
2023-02-16 15:39:57 -07:00
..
api Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
components Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
emails Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
lib Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
pages Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
playwright/tests Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
static Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
test/lib Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
types Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
README.md Add routing-forms README (#6506) 2023-01-17 17:58:10 +01:00
_metadata.ts Admin apps UI (#5494) 2022-12-07 14:47:02 -07:00
config.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
env.d.ts Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
index.ts 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
jsonLogicToPrisma.ts Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
package.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
trpc-router.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
zod.ts Ability to write placeholder in routing forms (#7054) 2023-02-13 18:43:24 +05:30

README.md

Routing Forms App

How to run Tests

yarn e2e:app-store runs all Apps' tests. You can use describe.only() to run Routing Forms tests only.

Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable