Skip to content

Commit

Permalink
style: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Feb 5, 2024
1 parent d780b73 commit 552b8a5
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["react"],
"lib": ["esnext", "dom"]
"lib": ["esnext", "dom"],
},
"files": [".storybook/preview.tsx"]
"files": [".storybook/preview.tsx"],
}
4 changes: 2 additions & 2 deletions apps/e2e-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}
10 changes: 5 additions & 5 deletions apps/next-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}
2 changes: 1 addition & 1 deletion libs/base/env/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
2 changes: 1 addition & 1 deletion libs/base/errors/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
2 changes: 1 addition & 1 deletion libs/base/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
4 changes: 2 additions & 2 deletions libs/base/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["vitest/globals"]
}
"types": ["vitest/globals"],
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/core/app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.*"]
"exclude": ["src/**/*.test.*"],
}
4 changes: 2 additions & 2 deletions libs/core/github/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"types": ["node"]
"types": ["node"],
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
2 changes: 1 addition & 1 deletion libs/core/schemas/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
2 changes: 1 addition & 1 deletion libs/providers/analytics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}
4 changes: 2 additions & 2 deletions libs/providers/blog/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
}
4 changes: 2 additions & 2 deletions libs/providers/question-bank/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
}
4 changes: 2 additions & 2 deletions libs/react/analytics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"],
"compilerOptions": {
"lib": ["dom", "ESNext"]
}
"lib": ["dom", "ESNext"],
},
}
4 changes: 2 additions & 2 deletions libs/react/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]
],
};
4 changes: 2 additions & 2 deletions libs/react/containers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
}
4 changes: 2 additions & 2 deletions libs/react/games/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"],
"compilerOptions": {
"lib": ["dom"]
}
"lib": ["dom"],
},
}
4 changes: 2 additions & 2 deletions libs/trpc/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"],
}
2 changes: 1 addition & 1 deletion libs/trpc/mock/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {},
"include": ["src/**/*.ts", "src/**/*.tsx"]
"include": ["src/**/*.ts", "src/**/*.tsx"],
}
4 changes: 2 additions & 2 deletions libs/trpc/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"lib": ["ESNext", "dom"]
"lib": ["ESNext", "dom"],
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
}

0 comments on commit 552b8a5

Please sign in to comment.