Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2024
1 parent 68f799d commit 5ba93e5
Show file tree
Hide file tree
Showing 84 changed files with 249 additions and 249 deletions.
6 changes: 3 additions & 3 deletions __template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
10 changes: 5 additions & 5 deletions _official-blog-tutorial/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"exclude": [
"../node_modules/@types/jest",
"../node_modules/@testing-library/jest-dom"
"../node_modules/@testing-library/jest-dom",
],
"include": [
"e2e/**/*",
"support/**/*",
"../node_modules/cypress",
"../node_modules/@testing-library/cypress"
"../node_modules/@testing-library/cypress",
],
"compilerOptions": {
"baseUrl": ".",
Expand All @@ -23,7 +23,7 @@
"typeRoots": ["../types", "../node_modules/@types"],

"paths": {
"~/*": ["../app/*"]
}
}
"~/*": ["../app/*"],
},
},
}
6 changes: 3 additions & 3 deletions _official-blog-tutorial/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},
"skipLibCheck": true,

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions _official-contacts-tutorial/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions _official-jokes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions _official-realtime-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions bullmq-task-queue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions catch-boundary/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions chakra-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions client-only-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions client-side-validation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions collected-notes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions combobox-resource-route/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions dark-mode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions dataloader/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"strict": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions docker-with-yarn-pnp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions emotion/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions file-and-cloudinary-upload/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions file-and-s3-upload/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions firebase/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions form-to-notion-db/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions framer-motion/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions framer-route-animation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions gdpr-cookie-consent/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions google-analytics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions graphql-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
6 changes: 3 additions & 3 deletions image-resize/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},

// Remix takes care of building everything in `remix build`.
"noEmit": true
}
"noEmit": true,
},
}
Loading

0 comments on commit 5ba93e5

Please sign in to comment.