Skip to content

Commit 845c2f7

Browse files
authored
Merge pull request #903 from sir-gon/feature/eslint-8.x_to_9.x
Feature/eslint 8.x to 9.x
2 parents 9b17972 + 636462a commit 845c2f7

11 files changed

Lines changed: 582 additions & 229 deletions

.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)