@@ -33,9 +33,11 @@ jobs:
|
|||||||
- name: Install ESLint
|
- name: Install ESLint
|
||||||
run: |
|
run: |
|
||||||
npm install [email protected]
|
npm install [email protected]
|
||||||
npm install @microsoft/eslint-formatter-sarif@2.1.7
|
npm install @microsoft/eslint-formatter-sarif@3.1.0
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
|
env:
|
||||||
|
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
--config .eslintrc.js
|
--config .eslintrc.js
|
||||||
--ext .js,.jsx,.ts,.tsx
|
--ext .js,.jsx,.ts,.tsx
|
||||||
|
|||||||
Reference in New Issue
Block a user