Updated linting GitHub action [skip ci]

This commit is contained in:
Ahmad 2024-04-06 16:39:58 -04:00
parent 03d97203aa
commit 941d59e7e4
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 679 additions and 665 deletions

View file

@ -30,20 +30,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ESLint
run: |
yarn add @next/eslint-plugin-next
yarn add @typescript-eslint/eslint-plugin
yarn add @typescript-eslint/parser
yarn add @microsoft/eslint-formatter-sarif
yarn add eslint-config-next
yarn add eslint-config-prettier
yarn add typescript
yarn add eslint
yarn add next
- name: Install Dependencies
run: yarn install
- name: Run ESLint
run: npx next lint
run: yarn dlx next lint
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif

1329
yarn.lock

File diff suppressed because it is too large Load diff