Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 27, 2024
1 parent 53e5c9c commit 116a0c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ Run ESLint on either all files or selectively run ESLint on only changed files i
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v24
with:
config_path: "/path/to/.eslintrc"
ignore_path: "/path/to/.eslintignore"
config_path: "/path/to/eslint.config.mjs"
extra_args: "--max-warnings=0"
```

Expand Down

0 comments on commit 116a0c6

Please sign in to comment.