mirror of
https://github.com/primer/css.git
synced 2024-12-24 06:32:00 +03:00
1.3 KiB
1.3 KiB
HEAD
2.0.0
💥 The following updates are breaking changes, since code that disables the deprecated rule will now produce linting errors. Please update your stylelint-disable
statements accordingly.
- Replaced
selector-no-id: true
withselector-max-id: 0
- Replaced
selector-no-type: true
withselector-max-type: 0
The rest of the changes should not introduce new linting errors:
- Updated: moved browserslist spec to
package.json
- Updated: using the
no-unsupported-browser-features
plugin instead of the deprecatedno-unsupported-browser-features
rule - Removed:
media-feature-no-missing-punctuation
- Updated: replaced
rule-nested-empty-line-before
andrule-non-nested-empty-line-before
withrule-empty-line-before
1.4.0
- Updated: Development dependencies are any version
*
- Removed:
selector-class-pattern
from config. https://github.com/primer/stylelint-config-primer/pull/11
1.3.0
- Added:
length-zero-no-unit
to disallow zero values with units eg0px
1.2.0
- Removed: We don't need
scss/at-extend-no-missing-placeholder
anymore taken care of byat-rule-blacklist
- Added: Adding
selector-no-type
to the rules
1.0.0
- Creating a sharable config object