-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ESLint playwright plugin #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the dependency. Other than that it looks good to me.
package.json
Outdated
@@ -96,6 +96,7 @@ | |||
}, | |||
"devDependencies": { | |||
"@types/yargs": "^17.0.33", | |||
"eslint-plugin-playwright": "^2.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, you need to move this to the dependencies
because devDependencies
are not installed as transitive dependencies. You can see also the other eslint deps above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, learned something new today :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for integrating my feedback. LGTM.
## What's Changed * feat: add ESLint playwright plugin by @oltionchampari in #106 * update release.yaml for automated release workflow by @datavisyn-bot in #102 ## New Contributors * @datavisyn-bot made their first contribution in #102 **Full Changelog**: v11.2.0...11.3.0
Closes list issues numbers here
Developer Checklist (Definition of Done)
Issue
UI/UX/Vis
Code
PR
release: minor
) to this PR following semverCloses #...
)Summary of changes
Screenshots
Additional notes for the reviewer(s)
Thanks for creating this pull request 🤗