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:
parent
88f41b0b75
commit
3a85341dbf
3 changed files with 40 additions and 38 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue