@primer/stylelint-config 13.0.0-rc.e8b2c2a → 13.0.0-rc.f33e046

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/dist/index.cjs CHANGED
@@ -1659,8 +1659,6 @@ var index = {
1659
1659
  {
1660
1660
  files: ['**/*.module.css'],
1661
1661
  rules: {
1662
- // Don't support nesting until it's more broadly shipped
1663
- 'max-nesting-depth': [0],
1664
1662
  'property-no-unknown': [
1665
1663
  true,
1666
1664
  {
package/dist/index.mjs CHANGED
@@ -1656,8 +1656,6 @@ var index = {
1656
1656
  {
1657
1657
  files: ['**/*.module.css'],
1658
1658
  rules: {
1659
- // Don't support nesting until it's more broadly shipped
1660
- 'max-nesting-depth': [0],
1661
1659
  'property-no-unknown': [
1662
1660
  true,
1663
1661
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "13.0.0-rc.e8b2c2a",
3
+ "version": "13.0.0-rc.f33e046",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "author": "GitHub, Inc.",
6
6
  "license": "MIT",