Skip to content

Migrate ESLint to new config file format #21

Migrate ESLint to new config file format

Migrate ESLint to new config file format #21

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install globals
- run: npx eslint .