Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.23.1 to 7.33.2 #1105

chore(deps-dev): bump eslint-plugin-react from 7.23.1 to 7.33.2

chore(deps-dev): bump eslint-plugin-react from 7.23.1 to 7.33.2 #1105

Workflow file for this run

name: Editor Lint Code Base
on: pull_request
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: '15.x'
- name: Install
run: |
npm ci
- name: eslint
run: |
npm run lint:all