Skip to content

Fix/remove no-return-await to prevent conflicts #37

Fix/remove no-return-await to prevent conflicts

Fix/remove no-return-await to prevent conflicts #37

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