Skip to content

Commit 1396e80

Browse files
committed
add knip
1 parent a3a4e07 commit 1396e80

File tree

2 files changed

+1067
-32
lines changed

2 files changed

+1067
-32
lines changed

ui/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1717
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
1818
"preview": "vite preview",
19-
"postinstall": "node ./postinstall.js"
19+
"postinstall": "node ./postinstall.js",
20+
"knip": "knip"
2021
},
2122
"dependencies": {
2223
"@emotion/react": "^11.11.1",
@@ -91,7 +92,7 @@
9192
"@types/js-yaml": "^4.0.9",
9293
"@types/markdown-it": "^13.0.7",
9394
"@types/marked": "^6.0.0",
94-
"@types/node": "^20.10.4",
95+
"@types/node": "^20.11.16",
9596
"@types/papaparse": "^5.3.14",
9697
"@types/react": "^18.2.45",
9798
"@types/react-csv": "^1.1.10",
@@ -108,6 +109,7 @@
108109
"eslint-plugin-react-hooks": "^4.6.0",
109110
"eslint-plugin-react-refresh": "^0.4.5",
110111
"jsdom": "^23.0.1",
112+
"knip": "^4.3.1",
111113
"msw": "^1.3.2",
112114
"sass": "^1.69.5",
113115
"scaffdog": "^3.0.0",

0 commit comments

Comments
 (0)