Skip to content

Commit

Permalink
lint playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 3, 2025
1 parent 5cb3ced commit ea844f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"*.js": "eslint --cache --fix",
"*.{ts,tsx}": [
"eslint src --fix",
"eslint cypress --fix"
"eslint cypress --fix",
"eslint playwright --fix"
]
},
"browserslist": [
Expand Down

0 comments on commit ea844f5

Please sign in to comment.