Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.14.0 #1963

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

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.14.0 #1963

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