Skip to content

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.11.0 #1827

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.11.0

Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.11.0 #1827

Workflow file for this run

name: ESLint & Prettier
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint code
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run lint