diff --git a/apps/docs/tsconfig.json b/apps/docs/tsconfig.json index ae9343aea..9d92bbfe0 100644 --- a/apps/docs/tsconfig.json +++ b/apps/docs/tsconfig.json @@ -10,7 +10,7 @@ "allowSyntheticDefaultImports": true, "strict": true, "types": ["react"], - "lib": ["esnext", "dom"] + "lib": ["esnext", "dom"], }, - "files": [".storybook/preview.tsx"] + "files": [".storybook/preview.tsx"], } diff --git a/apps/e2e-web/tsconfig.json b/apps/e2e-web/tsconfig.json index 87f53f8d5..ad2bb620f 100644 --- a/apps/e2e-web/tsconfig.json +++ b/apps/e2e-web/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "sourceMap": false, - "types": ["cypress", "node"] + "types": ["cypress", "node"], }, - "include": ["src/**/*.ts", "cypress.config.ts"] + "include": ["src/**/*.ts", "cypress.config.ts"], } diff --git a/apps/next-app/tsconfig.json b/apps/next-app/tsconfig.json index 1afe21e3b..f56dee02a 100644 --- a/apps/next-app/tsconfig.json +++ b/apps/next-app/tsconfig.json @@ -10,17 +10,17 @@ "esModuleInterop": true, "plugins": [ { - "name": "next" - } + "name": "next", + }, ], - "strictNullChecks": true + "strictNullChecks": true, }, "include": [ "index.d.ts", "next-env.d.ts", "pages/**/*.ts", "pages/**/*.tsx", - ".next/types/**/*.ts" + ".next/types/**/*.ts", ], - "exclude": ["node_modules"] + "exclude": ["node_modules"], } diff --git a/libs/base/env/tsconfig.json b/libs/base/env/tsconfig.json index 60de56452..cf5207786 100644 --- a/libs/base/env/tsconfig.json +++ b/libs/base/env/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "../../../tsconfig.base.json", - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/base/errors/tsconfig.json b/libs/base/errors/tsconfig.json index 60de56452..cf5207786 100644 --- a/libs/base/errors/tsconfig.json +++ b/libs/base/errors/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "../../../tsconfig.base.json", - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/base/types/tsconfig.json b/libs/base/types/tsconfig.json index 60de56452..cf5207786 100644 --- a/libs/base/types/tsconfig.json +++ b/libs/base/types/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "../../../tsconfig.base.json", - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/base/utils/tsconfig.json b/libs/base/utils/tsconfig.json index feef3d663..0635630f1 100644 --- a/libs/base/utils/tsconfig.json +++ b/libs/base/utils/tsconfig.json @@ -2,6 +2,6 @@ "extends": "../../../tsconfig.base.json", "include": ["src/**/*.ts"], "compilerOptions": { - "types": ["vitest/globals"] - } + "types": ["vitest/globals"], + }, } diff --git a/libs/content/blog/posts/002-question-editor-release/page.md b/libs/content/blog/posts/002-question-editor-release/page.md index b0a5ea05e..2b66381e9 100644 --- a/libs/content/blog/posts/002-question-editor-release/page.md +++ b/libs/content/blog/posts/002-question-editor-release/page.md @@ -12,7 +12,7 @@ Today we are releasing one essential piece of the puzzle to make that happen. --- -**Note: 2023-02-05**: This feature has since been removed from Chair Flight, +**Note: 2023-02-05**: This feature has since been removed from Chair Flight, pending a complete redesign. Stay put for more updates in our blog! The key differential between our question bank and other solutions available is diff --git a/libs/core/app/tsconfig.json b/libs/core/app/tsconfig.json index 7679ab17c..5e7280d8a 100644 --- a/libs/core/app/tsconfig.json +++ b/libs/core/app/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "../../../tsconfig.base.json", "include": ["src/**/*.ts"], - "exclude": ["src/**/*.test.*"] + "exclude": ["src/**/*.test.*"], } diff --git a/libs/core/github/tsconfig.json b/libs/core/github/tsconfig.json index 858dc5c45..b25d09e31 100644 --- a/libs/core/github/tsconfig.json +++ b/libs/core/github/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "types": ["node"] + "types": ["node"], }, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/core/schemas/tsconfig.json b/libs/core/schemas/tsconfig.json index 60de56452..cf5207786 100644 --- a/libs/core/schemas/tsconfig.json +++ b/libs/core/schemas/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "../../../tsconfig.base.json", - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/providers/analytics/tsconfig.json b/libs/providers/analytics/tsconfig.json index 38b50d525..095dd39fa 100644 --- a/libs/providers/analytics/tsconfig.json +++ b/libs/providers/analytics/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": {}, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], } diff --git a/libs/providers/blog/tsconfig.json b/libs/providers/blog/tsconfig.json index bde20acde..287d3efb3 100644 --- a/libs/providers/blog/tsconfig.json +++ b/libs/providers/blog/tsconfig.json @@ -2,6 +2,6 @@ "extends": "../../../tsconfig.base.json", "include": ["src/**/*.ts", "executors/**/*.mts", "executors/**/*.ts"], "compilerOptions": { - "types": ["vitest/globals", "@testing-library/jest-dom"] - } + "types": ["vitest/globals", "@testing-library/jest-dom"], + }, } diff --git a/libs/providers/question-bank/tsconfig.json b/libs/providers/question-bank/tsconfig.json index bde20acde..287d3efb3 100644 --- a/libs/providers/question-bank/tsconfig.json +++ b/libs/providers/question-bank/tsconfig.json @@ -2,6 +2,6 @@ "extends": "../../../tsconfig.base.json", "include": ["src/**/*.ts", "executors/**/*.mts", "executors/**/*.ts"], "compilerOptions": { - "types": ["vitest/globals", "@testing-library/jest-dom"] - } + "types": ["vitest/globals", "@testing-library/jest-dom"], + }, } diff --git a/libs/react/analytics/tsconfig.json b/libs/react/analytics/tsconfig.json index faa4c5982..728f416f3 100644 --- a/libs/react/analytics/tsconfig.json +++ b/libs/react/analytics/tsconfig.json @@ -3,6 +3,6 @@ "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"], "compilerOptions": { - "lib": ["dom", "ESNext"] - } + "lib": ["dom", "ESNext"], + }, } diff --git a/libs/react/components/tsconfig.json b/libs/react/components/tsconfig.json index 3902925c1..35c83e282 100644 --- a/libs/react/components/tsconfig.json +++ b/libs/react/components/tsconfig.json @@ -4,6 +4,6 @@ "files": ["../../../node_modules/@nx/next/typings/image.d.ts"], "compilerOptions": { "lib": ["dom"], - "types": ["vitest/globals", "@testing-library/jest-dom"] - } + "types": ["vitest/globals", "@testing-library/jest-dom"], + }, } diff --git a/libs/react/containers/src/questions/question-overview/question-overview.mock.ts b/libs/react/containers/src/questions/question-overview/question-overview.mock.ts index 0029584b8..da7cf7c03 100644 --- a/libs/react/containers/src/questions/question-overview/question-overview.mock.ts +++ b/libs/react/containers/src/questions/question-overview/question-overview.mock.ts @@ -42,5 +42,5 @@ export const mockData: AppRouterOutput["containers"]["questions"]["getQuestionOv text: "International Law:\n- Conventions, Agreements And Organisations", href: "/modules/atpl/learning-objectives/010.01", }, - ] + ], }; diff --git a/libs/react/containers/tsconfig.json b/libs/react/containers/tsconfig.json index 74ec702e5..372e2eb3f 100644 --- a/libs/react/containers/tsconfig.json +++ b/libs/react/containers/tsconfig.json @@ -4,6 +4,6 @@ "files": ["../../../node_modules/@nx/next/typings/image.d.ts"], "compilerOptions": { "lib": ["dom", "ESNext"], - "types": ["vitest/globals", "@testing-library/jest-dom"] - } + "types": ["vitest/globals", "@testing-library/jest-dom"], + }, } diff --git a/libs/react/games/tsconfig.json b/libs/react/games/tsconfig.json index ec8473e0a..79c8eaa06 100644 --- a/libs/react/games/tsconfig.json +++ b/libs/react/games/tsconfig.json @@ -3,6 +3,6 @@ "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"], "compilerOptions": { - "lib": ["dom"] - } + "lib": ["dom"], + }, } diff --git a/libs/trpc/client/tsconfig.json b/libs/trpc/client/tsconfig.json index 54382b9af..7ffa48c6f 100644 --- a/libs/trpc/client/tsconfig.json +++ b/libs/trpc/client/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "lib": ["dom", "ESNext"] + "lib": ["dom", "ESNext"], }, - "include": ["src/**/*.ts", "src/**/*.tsx"] + "include": ["src/**/*.ts", "src/**/*.tsx"], } diff --git a/libs/trpc/mock/tsconfig.json b/libs/trpc/mock/tsconfig.json index c207a17f4..0b4b1fa7f 100644 --- a/libs/trpc/mock/tsconfig.json +++ b/libs/trpc/mock/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": {}, - "include": ["src/**/*.ts", "src/**/*.tsx"] + "include": ["src/**/*.ts", "src/**/*.tsx"], } diff --git a/libs/trpc/server/tsconfig.json b/libs/trpc/server/tsconfig.json index 06cda5d8b..2f1db5f5c 100644 --- a/libs/trpc/server/tsconfig.json +++ b/libs/trpc/server/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "lib": ["ESNext", "dom"] + "lib": ["ESNext", "dom"], }, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts"], }