Skip to content

Commit

Permalink
Updated README.md (#1806)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
tj-actions-bot and repo-ranger[bot] committed Apr 29, 2024
1 parent 3ab5b47 commit ee86d2a
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ Support this project with a :star:
# Type: string
config_path: ''

# Escaped changed file paths passed
# to ESLint. NOTE: This defaults
# to `true` to prevent command
# injection.
# Type: boolean
# Default: "true"
escape_paths: ''

# Extra arguments passed to [ESlint](https://eslint.org/docs/user-guide/command-line-interface)
# Type: string
extra_args: ''
Expand All @@ -112,10 +120,11 @@ Support this project with a :star:
filter_mode: ''

# [ESLint](https://eslint.org/docs/latest/use/configure/ignore) [configuration file](https://eslint.org/docs/latest/use/configure/ignore#ignoring-files) ignores key. Optionally
# ignore files in the `ignores`
# ignoring files in the `ignores`
# key from being passed to
# ESLint not required when `all_files`
# is set to `true`.
# ESLint, this input would be
# ignored when `all_files` is set
# to `true`.
# Type: string
ignore_patterns: ''

Expand All @@ -132,8 +141,8 @@ Support this project with a :star:

# [Reporter](https://github.com/reviewdog/reviewdog#reporters) of reviewdog command (github-check, github-pr-review).
# github-pr-review can use Markdown and
# add a link to rule
# page in reviewdog reports.
# add a link to the
# rule page in reviewdog reports.
# Type: string
# Default: "github-pr-review"
reporter: ''
Expand Down

0 comments on commit ee86d2a

Please sign in to comment.