actions-marketplace-validations/ESLint Plus

Runs ESLint against changed files with customization, issue commenting, and more

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub repository token for publishing inline lint annotations. Should be secrets.GITHUB_TOKEN.yes${{ github.token }}
reportWarningsBy setting this to "false", only errors will be annotatedno
reportWarningsAsErrorsReport eslint warnings as errors? Defaults to falseno
reportIgnoredFilesReport any file paths which were ignored? Defaults to falseno
reportSuggestionsReport suggestions with the rules? Defaults to trueno
issueSummaryShould the bot provide a summary of the results as a comment? Defaults to trueno
issueSummaryTypeChanges the PR comment to be "full" (as shown on actions page) or "compact", defaults to compactno
issueSummaryMethodWhen issueSummary is enabled, allows having the bot edit or refresh the comment on each new pushno
issueSummaryOnlyOnEventShould an issue comment only occur when there are warnings or errors?no
extensionsOptionally provide a comma-separated list of extensions (checks js, jsx, ts, tsx by default)no
includeGlobOptionally provide a glob to include. Will include all if not providedno
ignoreGlobOptionally provide ignore pattern to use. Will also use eslintignore unless specifiedno
configFileA config file to use, defaults to the default config file at process.cwd()no
rulePathsOptional comma-separated list of rule paths to useno
errorOnUnmatchedPatternThrow error if unmatched pattern is seen? Defaults to falseno
useEslintrcUse eslintrc? Defaults to trueno
useEslintIgnoreSet to false to not use eslintignore. Defaults to trueno
fixRun with --fix? Defaults to falseno
npmInstallForce run npm ci (or yarn) for you. If you do not use this option, be sure to install the project dependencies before running this action. By default it will run if a node_modules directory is not found or this is set to truenofalse

no outputs