Skip to content

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.2.0 #120

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.2.0

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.2.0 #120

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- name: npm install
run: npm i
- name: npm run build
run: npm run build
- name: npm run lint
run: npm run lint