Skip to content

Bump eslint from 8.57.0 to 9.2.0 #36

Bump eslint from 8.57.0 to 9.2.0

Bump eslint from 8.57.0 to 9.2.0 #36

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint