Skip to content

Update eslint-config-prettier to version 9.1.0 #386

Update eslint-config-prettier to version 9.1.0

Update eslint-config-prettier to version 9.1.0 #386

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint