Skip to content

Bump eslint-plugin-react from 7.34.3 to 7.35.0 (#728) #1846

Bump eslint-plugin-react from 7.34.3 to 7.35.0 (#728)

Bump eslint-plugin-react from 7.34.3 to 7.35.0 (#728) #1846

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