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

Fix stylelint dependencies #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix stylelint dependencies #13

wants to merge 4 commits into from

Conversation

NickDJM
Copy link

@NickDJM NickDJM commented Dec 9, 2019

As per #11 having stylelint as a direct dependency can cause issues if the project falls out of date with the current version of stylelint.

I've refactored the code to mimic the route that the official eslint plugin has gone.

Using @vue/cli-shared-utils we can load the user's version of stylelint with our included version as a fallback.

I've also did an npm audit fix to resolve some of the critical vulnerabilities.

@dukhevych
Copy link

Would be great to merge this.

@ralbach
Copy link

ralbach commented Feb 10, 2022

This would be great, especially if we could bump stylelint up to 14.0.0 to reduce security concerns from dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants