add lint script to only show errors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user