playwright: Add playwright to ESLint and fix errors

This add the `playwright` folder to the lint script and fixes errors.
This commit is contained in:
regexowl 2025-03-13 17:26:31 +01:00 committed by Klara Simickova
parent 88f41b0b75
commit 3a85341dbf
3 changed files with 40 additions and 38 deletions

View file

@ -96,8 +96,8 @@
},
"scripts": {
"lint": "npm-run-all lint:*",
"lint:js": "eslint src",
"lint:js:fix": "eslint src --fix",
"lint:js": "eslint src playwright",
"lint:js:fix": "eslint src playwright --fix",
"start": "fec dev",
"start:stage": "fec dev --clouddotEnv=stage",
"start:prod": "fec dev --clouddotEnv=prod",