Skip to content

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 #169

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0

Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 #169

Workflow file for this run

name: ESLint PR
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.
eslint_flags: ". --config .eslintrc.json --ext .js,.jsx,.cjs,.mjs,.ts,.tsx --ignore-path .eslintignore"