package.yaml: Fail on lint warnings

pull/6/head
Tristan Daniël Maat 2022-08-14 00:26:17 +01:00
parent c962a9f8b2
commit 01e4393a2c
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ scripts:
# Checks
check: tsc --noEmit
style: prettier --check src
lint: eslint --format unix src
lint: eslint --max-warnings=0 --format unix src
# Parcel config
source: src/index.html