Skip to content

Fix/error instead of warn #41

Fix/error instead of warn

Fix/error instead of warn #41

Workflow file for this run

name: Test ESLint config
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm ci
- run: npm i eslint typescript
- run: npm test
- run: npx better-npm-audit audit