Skip to content

build(deps-dev): bump eslint from 8.57.1 to 9.34.0 #1084

build(deps-dev): bump eslint from 8.57.1 to 9.34.0

build(deps-dev): bump eslint from 8.57.1 to 9.34.0 #1084

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: '22'
- run: npm ci
- run: ./node_modules/.bin/eslint -c ./.eslintrc.json -f compact *.js