Skip to content

Commit 78a1af8

Browse files
committed
fix: lint
1 parent 93a8cfa commit 78a1af8

File tree

2 files changed

+206
-0
lines changed

2 files changed

+206
-0
lines changed

ui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
4343
},
4444
"devDependencies": {
45+
"@eslint/js": "^9.32.0",
4546
"@types/react": "^18.3.23",
4647
"@types/react-dom": "^18.3.7",
4748
"@types/react-grid-layout": "^1.3.5",
@@ -55,6 +56,7 @@
5556
"postcss": "^8.5.6",
5657
"tailwindcss": "^3.4.17",
5758
"typescript": "^5.8.3",
59+
"typescript-eslint": "^8.38.0",
5860
"vite": "^5.4.19"
5961
}
6062
}

ui/pnpm-lock.yaml

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)