Skip to content

Commit 7660b8b

Browse files
Fixes
1 parent d31c0ca commit 7660b8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
22

3-
// @ts-expect-error
43
import { tanstackConfig } from '@tanstack/config/eslint'
54

65
import unusedImports from 'eslint-plugin-unused-imports'

scripts/llms-generate.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const packages = {
4242
`${DOCS_DIR}/router/framework/react/overview.md`,
4343
`${DOCS_DIR}/router/framework/react/quick-start.md`,
4444
`${DOCS_DIR}/router/framework/react/devtools.md`,
45-
`${DOCS_DIR}/router/framework/react/migrate-from-react-router.md`,
46-
`${DOCS_DIR}/router/framework/react/migrate-from-react-location.md`,
45+
`${DOCS_DIR}/router/framework/react/how-to/migrate-from-react-router.md`,
46+
`${DOCS_DIR}/router/framework/react/installation/migrate-from-react-location.md`,
4747
`${DOCS_DIR}/router/framework/react/faq.md`,
4848
],
4949
description: 'TanStack Router: Setup and Architecture',

0 commit comments

Comments
 (0)