Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.19.0 #1997

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.19.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.19.0 #1997

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx