mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-16 13:17:21 +00:00
chore: add missing eslint plugins and update to compatible versions
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
This commit is contained in:
parent
471b053ce1
commit
867bba2a6b
2 changed files with 71 additions and 364 deletions
|
|
@ -42,13 +42,15 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.2.5",
|
||||
"@types/node": "^24.1.0",
|
||||
"@typescript-eslint/parser": "^5.48.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@vercel/ncc": "^0.36.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-github": "^4.6.0",
|
||||
"eslint-plugin-jest": "^27.2.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest": "^28.14.0",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"glob": "^8.0.3",
|
||||
"jest": "^29.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue