Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Stylelint v15 "rule is deprecated" #140

Closed
shannonmoeller opened this issue Feb 10, 2023 · 2 comments
Closed

Stylelint v15 "rule is deprecated" #140

shannonmoeller opened this issue Feb 10, 2023 · 2 comments

Comments

@shannonmoeller
Copy link
Member

Note
As of Stylelint v15 all style-related rules have been deprecated. If you are using v15 or higher and are not making use of these deprecated rules, this plugin is no longer necessary.

{
- "extends": ["stylelint-config-prettier"],
  "rules" { .. }
}

See also: #139

@shannonmoeller shannonmoeller pinned this issue Feb 10, 2023
@shannonmoeller shannonmoeller closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2023
kachick added a commit to kachick/kachick.github.io that referenced this issue Feb 13, 2023
kachick added a commit to kachick/kachick.github.io that referenced this issue Feb 13, 2023
@thewilkybarkid
Copy link

I've just looked at removing this from a project, only to find a conflict between Stylelint and Prettier on https://github.com/PREreview/prereview.org/blob/0afee447961c9585202e5b63b2c837b48bbdb72b/assets/style.css#L12-L25 due to at-rule-empty-line-before, which is still enabled in stylelint-config-standard. (Prettier wants spaces between, Stylelint doesn't.)

Any idea if this is intentional or not?

@shannonmoeller
Copy link
Member Author

shannonmoeller commented Feb 15, 2023

The at-rule-empty-line-before rule has come up quite a few times. At this point I think it would be better to discuss the conflict in the stylelint-config-standard repo.

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

No branches or pull requests

2 participants