make eslint error on warnings

This commit is contained in:
sadnub 2022-04-28 09:50:41 -04:00 committed by GitHub
parent 698b38dcba
commit 96284f9508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ jobs:
run: npm run format
- name: Run ESLint
run: npm run lint
run: npm run lint -- --max-warnings=0