Skip to content

Bump eslint-config-standard-with-typescript from 35.0.0 to 39.1.1 #177

Bump eslint-config-standard-with-typescript from 35.0.0 to 39.1.1

Bump eslint-config-standard-with-typescript from 35.0.0 to 39.1.1 #177

Workflow file for this run

name: Linting
# Run on PRs only
on:
pull_request:
types: [opened, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Lint
run: npm ci && npx eslint .