Skip to content

Commit 78be983

Browse files
author
Gonzalo Diaz
committed
AI driven upgrade of eslint 8.x to 9.x
1 parent 9b17972 commit 78be983

4 files changed

Lines changed: 552 additions & 201 deletions

File tree

.github/workflows/eslint-code-scanning.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141

4242
- name: Install ESLint
4343
run: |
44-
npm install --include=dev eslint@8.57.1
45-
npm install --include=dev @microsoft/eslint-formatter-sarif@3.0.0
44+
npm install
4645
4746
- name: Test ESLint
4847
run: |

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install ESLint
5858
run: |
59-
npm install --include=dev eslint@8.57.1
59+
npm install
6060
6161
- name: Test ESLint
6262
run: |

0 commit comments

Comments
 (0)