run eslint for libs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user