Fixed Eslitn issues

This commit is contained in:
Ahmad 2024-04-06 17:10:06 -04:00
parent 7fe79b288f
commit 093c444a3d
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -16,7 +16,7 @@ jobs:
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -25,7 +25,7 @@ jobs:
run: yarn install
- name: Run ESLint
run: yarn dlx next lint
run: npx next lint
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif