Skip to content

Commit

Permalink
Add typescrip-eslint/eslint-plugin package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Apr 20, 2024
1 parent 4c69e73 commit 386cdbd
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 7 deletions.
197 changes: 192 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.5",
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/tool-cache": "^2.0.1",
"@actions/cache": "^3.2.4",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@types/semver": "^7.5.8",
"semver": "^7.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 386cdbd

Please sign in to comment.