Update ESLint version and add new dev dependency

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:29:32 -10:00
parent 0bd9d90a2c
commit cadceeb792
3 changed files with 1 additions and 5 deletions

View file

@ -40,11 +40,6 @@ jobs:
run: |
bun prisma generate
- name: Install ESLint
run: |
bun install -g eslint@8.10.0
bun install -g @microsoft/eslint-formatter-sarif@2.1.7
- name: Run ESLint
run: |
bunx eslint . --config .eslintrc.cjs --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif