You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`typescript`|`tsconfig.json` exists or `typescript` is installed |
65
+
|`node`| Backend/full-stack framework is installed |
66
+
|`angular`|`@angular/core` is installed|
67
+
|`ngrx`|`@ngrx/core` is installed|
68
+
|`react`|`react` is installed|
69
+
|`graphql`| GraphQL server package is installed|
70
+
|`jest`|`jest` is installed or config file exists |
71
+
|`vitest`|`vitest` is installed or config file exists |
72
+
|`cypress`|`cypress` is installed or config file exists |
73
+
|`playwright`|`@playwright/test` is installed or config exists|
74
+
|`storybook`|`storybook` is installed or `.storybook` exists|
75
+
|`react-testing-library`|`@testing-library/react` is installed|
74
76
75
77
Configs follow an inheritance hierarchy. Selecting a child preset subsumes its parent. For example, picking `typescript` automatically includes `javascript`.
0 commit comments