add lint script to only show errors

This commit is contained in:
Mads Rasmussen
2023-03-09 21:24:39 +01:00
parent 464d555190
commit abbfe21d34

View File

@@ -38,6 +38,7 @@
"backoffice:test:e2e": "npx playwright test",
"test:e2e": "npm run auth:test:e2e && npm run backoffice:test:e2e",
"lint": "eslint src apps libs e2e",
"lint:errors": "npm run lint -- --quiet",
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts'",
"format:fix": "npm run format -- --write",