Skip to content

Migrates ESLint configuration to new (9+) "flat format" #124

Migrates ESLint configuration to new (9+) "flat format"

Migrates ESLint configuration to new (9+) "flat format" #124

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
build:
name: Run ESLint on user.js
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install eslint @eslint/js
- run: npx eslint -c .eslint.config.mjs user.js