Skip to content

Commit

Permalink
ignore js as those files will be convereted and are riddled with lint…
Browse files Browse the repository at this point in the history
… errors
  • Loading branch information
RafaelCenzano committed Nov 22, 2024
1 parent dfd9f30 commit dc096c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Run EsLint
uses: sibiraj-s/action-eslint@v3
with:
eslint-args: "src/**/*.{js,jsx,ts,tsx} --max-warnings=0"
extensions: "js,jsx,ts,tsx"
eslint-args: "src/**/*.{ts,tsx} --max-warnings=0"
extensions: "ts,tsx"
annotations: true

0 comments on commit dc096c4

Please sign in to comment.