Skip to content

Commit

Permalink
Fix typo in README.md (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
userlerueda authored Nov 12, 2024
1 parent 3b24012 commit b47d77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
- uses: sibiraj-s/action-eslint@v3
with:
ignore-path: .eslintignore
ignore-pattern: |
ignore-patterns: |
dist/
lib/
```
Expand All @@ -62,7 +62,7 @@ steps:
with:
eslint-args: '--ignore-path=.gitignore --quiet'
ignore-path: .eslintignore
ignore-pattern: |
ignore-patterns: |
dist/
lib/
```
Expand Down

0 comments on commit b47d77a

Please sign in to comment.