Change summary
webui2/.oxlintrc.json | 2 ++
webui2/package.json | 1 +
webui2/pnpm-lock.yaml | 16 ++++++++++++++++
3 files changed, 19 insertions(+)
Detailed changes
@@ -1,11 +1,13 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["typescript", "react", "import", "unicorn"],
+ "jsPlugins": ["@tanstack/eslint-plugin-router"],
"categories": {
"correctness": "error",
"suspicious": "warn"
},
"rules": {
+ "@tanstack/router/create-route-property-order": "warn",
"typescript/no-floating-promises": "error",
"typescript/no-misused-promises": "error",
"typescript/no-unsafe-assignment": "warn",
@@ -50,6 +50,7 @@
"@storybook/react-vite": "^10.3.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
+ "@tanstack/eslint-plugin-router": "^1.161.6",
"@tanstack/router-plugin": "^1.167.9",
"@tsconfig/strictest": "^2.0.8",
"@tsconfig/vite-react": "^7.0.2",
@@ -102,6 +102,9 @@ importers:
'@tailwindcss/vite':
specifier: ^4.2.2
version: 4.2.2(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3))
+ '@tanstack/eslint-plugin-router':
+ specifier: ^1.161.6
+ version: 1.161.6(eslint@10.2.0(jiti@2.6.1))(typescript@6.0.2)
'@tanstack/router-plugin':
specifier: ^1.167.9
version: 1.167.9(@tanstack/react-router@1.168.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3))
@@ -2239,6 +2242,11 @@ packages:
peerDependencies:
vite: ^5.2.0 || ^6 || ^7 || ^8
+ '@tanstack/eslint-plugin-router@1.161.6':
+ resolution: {integrity: sha512-aHln6x6mhtQmrbwMI0lmnMh7t9nEvrJrFOl1vGtQknEKdgKEEqSh9a9/MZKNm3kENaHotoqpRcfbE/or9aAYfQ==}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
+
'@tanstack/history@1.161.6':
resolution: {integrity: sha512-NaOGLRrddszbQj9upGat6HG/4TKvXLvu+osAIgfxPYA+eIvYKv8GKDJOrY2D3/U9MRnKfMWD7bU4jeD4xmqyIg==}
engines: {node: '>=20.19'}
@@ -6534,6 +6542,14 @@ snapshots:
tailwindcss: 4.2.2
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@25.5.0)(esbuild@0.27.4)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3)
+ '@tanstack/eslint-plugin-router@1.161.6(eslint@10.2.0(jiti@2.6.1))(typescript@6.0.2)':
+ dependencies:
+ '@typescript-eslint/utils': 8.58.0(eslint@10.2.0(jiti@2.6.1))(typescript@6.0.2)
+ eslint: 10.2.0(jiti@2.6.1)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
'@tanstack/history@1.161.6': {}
'@tanstack/react-router@1.168.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':