Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Removed deprecated (now unsupported) rules to fix dependabot failed update (#661) #663

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

ethanmckean
Copy link
Contributor

@ethanmckean ethanmckean commented Mar 21, 2024

This should fix #661. Stylelint 16 removed support for deprecated rules from 15 (https://stylelint.io/migration-guide/to-16#breaking-changes). I removed the rules to fix the error.

For reference, these rules were removed as stylelint has shifted their overall goal to "focus on writing and maintaining rules that help you avoid errors and enforce (non-stylistic) conventions" rather than fill the role of both linter and pretty printer. They recommend Prettier or this plugin that migrated the deprecated rules.

All four rules were disabled (set to null) so this likely isn't needed anyways, just throwing it out there.

@mozfreddyb mozfreddyb merged commit 239f3fb into mozilla:gh-pages Mar 21, 2024
1 check passed
@mozfreddyb
Copy link
Contributor

Thank you for looking into this! I've been unable to spend time on this and glad to see that there are people on the internet who want to help out :-))

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

Successfully merging this pull request may close these issues.

2 participants