chore: update eslint and typescript-eslint dependencies to latest versions

This commit is contained in:
Nawaz Dhandala
2025-09-25 12:54:45 +01:00
parent 3fa1aebceb
commit acd0629791
7 changed files with 317 additions and 218 deletions

View File

@@ -18,7 +18,7 @@
"@eslint/js": "^9.4.0",
"@types/eslint__js": "^8.42.3",
"ejs-lint": "^1.2.2",
"eslint": "^8.57.1",
"eslint": "^9.36.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^7.0.0",
@@ -26,8 +26,7 @@
"nodemon": "^2.0.20",
"prettier": "3.3.2",
"typescript": "^5.9.2",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1"
"typescript-eslint": "^8.44.1"
},
"scripts": {
"config-to-dev": "node ./Scripts/Install/ReplaceValueInConfig.js ENVIRONMENT development",