Skip to content
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

Ensure correct stylelint versions are being used #53

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

JackyLei94
Copy link
Collaborator

@JackyLei94 JackyLei94 commented Oct 27, 2022

Parallel PR to: lint-todo/eslint-formatter-todo#397

This brings in validate-peer-dependencies and runs it when the formatter is required/loaded. This will emit a helpful error if stylelint version isn't compliant with our peer dependency requirements.

Eslint and stylelint were listed as an explicit dependency (which is generally an error condition, when you use peerDependencies), so both are moved to dev dependencies.

This PR also removes yarn.lock as well as we don't use yarn installation.

@JackyLei94 JackyLei94 changed the title Ensure correct eslint and stylelint versions are being used Ensure correct stylelint versions are being used Oct 27, 2022
@scalvert scalvert added the enhancement New feature or request label Oct 28, 2022
@scalvert scalvert merged commit 7f0ec88 into main Oct 28, 2022
@scalvert scalvert deleted the ensure-peer-dependencies branch October 28, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants