run eslint for libs

This commit is contained in:
Jacob Overgaard
2023-01-24 09:00:42 +01:00
parent ce0df10f8f
commit 8f1460eb4d

View File

@@ -35,7 +35,7 @@
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
"test:e2e": "npx playwright test",
"lint": "eslint src e2e",
"lint": "eslint src libs e2e",
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts'",
"format:fix": "npm run format -- --write",