Bump ts-eslint versions

This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
This commit is contained in:
Matt Bierner
2024-11-26 22:59:45 -08:00
parent e2e7e026fd
commit 774ecdb0ee
208 changed files with 17475 additions and 32173 deletions

View File

@ -41,7 +41,7 @@
"eslint": "^9.13.0",
"ts-loader": "^7.0.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.16.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}