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
||[javascript](./docs/javascript.md)| Default config, suitable for any **JavaScript/TypeScript** project. |
15
-
||[typescript](./docs/typescript.md)| Config for strict **TypeScript** projects. |
16
-
||[node](./docs/node.md)| Config for **Node.js** projects. |
17
-
||[angular](./docs/angular.md)| Config for **Angular** projects. |
18
-
||[ngrx](./docs/ngrx.md)| Config for **Angular** projects using **NgRx** library. |
19
-
||[graphql](./docs/graphql.md)| Config for **GraphQL servers** implemented in Node.js. |
20
-
||[jest](./docs/jest.md)| Config for projects using **Jest** for testing. |
21
-
||[vitest](./docs/vitest.md)| Config for projects using **Vitest** for testing. |
22
-
||[cypress](./docs/cypress.md)| Config for projects using **Cypress** for testing. |
23
-
||[playwright](./docs/playwright.md)| Config for projects using **Playwright** for testing. |
24
-
||[storybook](./docs/storybook.md)| Config for projects using **Storybook** for UI components. |
||[javascript](./docs/javascript.md)| Default config, suitable for any **JavaScript/TypeScript** project. |
15
+
||[typescript](./docs/typescript.md)| Config for strict **TypeScript** projects. |
16
+
||[node](./docs/node.md)| Config for **Node.js** projects. |
17
+
||[angular](./docs/angular.md)| Config for **Angular** projects. |
18
+
||[ngrx](./docs/ngrx.md)| Config for **Angular** projects using **NgRx** library. |
19
+
||[graphql](./docs/graphql.md)| Config for **GraphQL servers** implemented in Node.js. |
20
+
||[jest](./docs/jest.md)| Config for projects using **Jest** for testing. |
21
+
||[vitest](./docs/vitest.md)| Config for projects using **Vitest** for testing. |
22
+
||[cypress](./docs/cypress.md)| Config for projects using **Cypress** for testing. |
23
+
||[playwright](./docs/playwright.md)| Config for projects using **Playwright** for testing. |
24
+
||[storybook](./docs/storybook.md)| Config for projects using **Storybook** for UI components. |
25
+
||[react-testing-library](./docs/react-testing-library.md)| Config for projects using **React Testing Library** for testing. |
25
26
26
27
Some configs extend other configs, as illustrated below. So, for example, extending `angular` config implicitly extends `typescript` and `javascript` configs as well.
27
28
@@ -71,29 +72,30 @@ Depending on your tech stack, you may wish to extend other configs as well ([lis
71
72
72
73
All peer dependencies used by `@code-pushup/eslint-config` are listed below, along with their supported versions. Only the default config's dependencies are required, others are optional.
0 commit comments