refactor: add missing linting dependency

This commit is contained in:
zhom
2025-06-11 04:00:12 +04:00
parent c586046542
commit 3f91d92d8b
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
"nodemon": "^3.1.10",
"proxy-chain": "^2.5.9",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
}
}