@primer/stylelint-config 13.0.0-rc.22bf91a → 13.0.0-rc.3392714

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,10 +30,6 @@ Primer Stylelint Config extends the [stylelint-config-standard](https://github.c
30
30
  - [stylelint-order](https://github.com/hudochenkov/stylelint-order): Order-related linting rules for stylelint. Properties must be [sorted according to this list](https://github.com/primer/stylelint-config/blob/main/property-order.js).
31
31
  - [stylelint-scss](https://github.com/kristerkari/stylelint-scss): A collection of SCSS specific linting rules for stylelint
32
32
  - [scss/selector-no-redundant-nesting-selector](https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/selector-no-redundant-nesting-selector/README.md): Disallow redundant nesting selectors (`&`).
33
- - [primer/no-override](./plugins/#primerno-override): Prohibits custom styles that target Primer CSS selectors.
34
- - [primer/no-unused-vars](./plugins/#primerno-unused-vars): Warns about SCSS variables that are declared by not used in your local files.
35
- - [primer/no-undefined-vars](./plugins/#primerno-undefined-vars): Prohibits usage of undefined CSS variables.
36
- - [primer/no-scale-colors](./plugins/#primerno-scale-colors): Prohibits the use of [non-functional scale CSS variables](https://primer.style/css/support/color-system#color-palette)
37
33
  - [primer/colors](./plugins/#primercolors): Enforces the use of certain color variables.
38
34
  - [primer/spacing](./plugins/#primerspacing): Enforces the use of spacing variables for margin and padding.
39
35
  - [primer/typography](./plugins/#primertypography): Enforces the use of typography variables for certain CSS properties.