v2.0.0
💥 Breaking changes
The following updates are breaking changes, since comments that disable the deprecated rules will now produce (failing) linting errors. Please update your stylelint-disable statements accordingly:
- Replaced
selector-no-id: truewithselector-max-id: 0 - Replaced
selector-no-type: truewithselector-max-type: 0
Updates
The rest of the changes should not introduce new linting errors:
- Updated: moved browserslist spec to
package.json - Updated: using the
no-unsupported-browser-featuresplugin instead of the deprecatedno-unsupported-browser-featuresrule - Removed:
media-feature-no-missing-punctuation - Updated: replaced
rule-nested-empty-line-beforeandrule-non-nested-empty-line-beforewithrule-empty-line-before