Skip to content

Commit 80d154e

Browse files
chore: format
1 parent 6084046 commit 80d154e

File tree

84 files changed

+249
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+249
-249
lines changed

__template/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

_official-blog-tutorial/cypress/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"exclude": [
33
"../node_modules/@types/jest",
4-
"../node_modules/@testing-library/jest-dom",
4+
"../node_modules/@testing-library/jest-dom"
55
],
66
"include": [
77
"e2e/**/*",
88
"support/**/*",
99
"../node_modules/cypress",
10-
"../node_modules/@testing-library/cypress",
10+
"../node_modules/@testing-library/cypress"
1111
],
1212
"compilerOptions": {
1313
"baseUrl": ".",
@@ -23,7 +23,7 @@
2323
"typeRoots": ["../types", "../node_modules/@types"],
2424

2525
"paths": {
26-
"~/*": ["../app/*"],
27-
},
28-
},
26+
"~/*": ["../app/*"]
27+
}
28+
}
2929
}

_official-blog-tutorial/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"forceConsistentCasingInFileNames": true,
1717
"baseUrl": ".",
1818
"paths": {
19-
"~/*": ["./app/*"],
19+
"~/*": ["./app/*"]
2020
},
2121
"skipLibCheck": true,
2222

2323
// Remix takes care of building everything in `remix build`.
24-
"noEmit": true,
25-
},
24+
"noEmit": true
25+
}
2626
}

_official-contacts-tutorial/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

_official-jokes/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

_official-realtime-app/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

bullmq-task-queue/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

catch-boundary/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

chakra-ui/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

client-only-components/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"baseUrl": ".",
1515
"paths": {
16-
"~/*": ["./app/*"],
16+
"~/*": ["./app/*"]
1717
},
1818

1919
// Remix takes care of building everything in `remix build`.
20-
"noEmit": true,
21-
},
20+
"noEmit": true
21+
}
2222
}

0 commit comments

Comments
 (0)