Skip to content

Commit 44ee05c

Browse files
committed
fix lint
1 parent 6b67e55 commit 44ee05c

5 files changed

Lines changed: 274 additions & 53 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,20 @@
4444
"@types/react": ">=17.0.0",
4545
"@types/react-dom": ">=17.0.0",
4646
"@types/validator": "^13.15.10",
47+
"@typescript-eslint/eslint-plugin": "^8.60.1",
4748
"@typescript-eslint/parser": "^8.60.1",
4849
"@vitest/coverage-v8": "^4.1.8",
4950
"eslint": "^10.4.1",
5051
"eslint-plugin-import": "^2.32.0",
52+
"eslint-plugin-jsdoc": "^63.0.1",
5153
"eslint-plugin-prefer-arrow": "^1.2.3",
5254
"eslint-plugin-react": "^7.37.5",
5355
"eslint-plugin-react-hooks": "^7.1.1",
5456
"globals": "^17.6.0",
57+
"jiti": "^2.7.0",
5558
"jsdom": "^26.0.0",
56-
"reflect-metadata": "^0.2.2",
5759
"react-dom": ">=17.0.0",
60+
"reflect-metadata": "^0.2.2",
5861
"typescript": "^6.0.3",
5962
"unplugin-swc": "^1.5.9",
6063
"vitest": "^4.1.8"

0 commit comments

Comments
 (0)