Skip to content

Bump eslint-config-prettier from 8.10.0 to 9.0.0 #503

Bump eslint-config-prettier from 8.10.0 to 9.0.0

Bump eslint-config-prettier from 8.10.0 to 9.0.0 #503

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ESLint
run: |
yarn install
yarn lint