Skip to content

Commit

Permalink
[CONFIG] ESlint upgraded to 8.57.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Sep 23, 2024
1 parent 5802fa3 commit e4cb4a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install ESLint
run: |
npm install --include=dev [email protected].0
npm install --include=dev [email protected].1
npm install --include=dev @microsoft/[email protected]
- name: Test ESLint
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"eslint": "^8.51.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down

0 comments on commit e4cb4a4

Please sign in to comment.