Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"files": ["**/__tests__/**"],
"plugins": ["jest"],
"extends": ["plugin:jest/recommended"]
},
{
"files": ["integration/**/*.*"],
"rules": {
"react-hooks/rules-of-hooks": "off"
},
"env": {
"jest/globals": false
}
}
]
],
"reportUnusedDisableDirectives": true
}
1 change: 0 additions & 1 deletion integration/defer-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const MANUAL_FALLBACK_ID = "MANUAL_FALLBACK_ID";
const MANUAL_ERROR_ID = "MANUAL_ERROR_ID";

declare global {
// eslint-disable-next-line prefer-let/prefer-let
var __deferredManualResolveCache: {
nextId: number;
deferreds: Record<
Expand Down
8 changes: 0 additions & 8 deletions integration/helpers/cf-template/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions integration/helpers/cf-template/app/root.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions integration/helpers/cf-template/app/routes/_index.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions integration/helpers/cf-template/package.json

This file was deleted.

Binary file removed integration/helpers/cf-template/public/favicon.ico
Binary file not shown.
21 changes: 0 additions & 21 deletions integration/helpers/cf-template/remix.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions integration/helpers/cf-template/remix.env.d.ts

This file was deleted.

53 changes: 0 additions & 53 deletions integration/helpers/cf-template/server.ts

This file was deleted.

22 changes: 0 additions & 22 deletions integration/helpers/cf-template/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions integration/helpers/cf-template/wrangler.toml

This file was deleted.

6 changes: 0 additions & 6 deletions integration/helpers/deno-template/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions integration/helpers/deno-template/app/root.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions integration/helpers/deno-template/app/routes/_index.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions integration/helpers/deno-template/package.json

This file was deleted.

Binary file removed integration/helpers/deno-template/public/favicon.ico
Binary file not shown.
17 changes: 0 additions & 17 deletions integration/helpers/deno-template/remix.config.js

This file was deleted.

Loading