hazuinc/Action ESLint
GitHub Action that runs ESLint on files changed in a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enabledLinters | Which linters to run (eslint, stylelint and tsc) | no | eslint, stylelint |
| eslintArgs | ESLint CLI args | no | "" |
| eslintExtensions | File extensions for eslint | no | ts, js |
| stylelintArgs | stylelint CLI args | no | "" |
| stylelintExtensions | File extensions for stylelint | no | scss, html |
| annotations | Enable or disable annotations | no | true |
| tscConfigs | Comma-separated list of (base dir:tsconfig), to use for checking | no | "" |
Outputs
no outputs