Skip to content

Commit

Permalink
Move max-nesting-depth into limiting rules (#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Oct 5, 2017
1 parent 9976628 commit daa5320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user-guide/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Here are all the rules within stylelint, grouped first [by category](../../VISIO

#### General / Sheet

- [`max-nesting-depth`](../../lib/rules/max-nesting-depth/README.md): Limit the depth of nesting.
- [`no-descending-specificity`](../../lib/rules/no-descending-specificity/README.md): Disallow selectors of lower specificity from coming after overriding selectors of higher specificity.
- [`no-duplicate-selectors`](../../lib/rules/no-duplicate-selectors/README.md): Disallow duplicate selectors.
- [`no-empty-source`](../../lib/rules/no-empty-source/README.md): Disallow empty sources.
Expand Down Expand Up @@ -176,6 +175,10 @@ Here are all the rules within stylelint, grouped first [by category](../../VISIO

- [`comment-word-blacklist`](../../lib/rules/comment-word-blacklist/README.md): Specify a blacklist of disallowed words within comments.

#### General / Sheet

- [`max-nesting-depth`](../../lib/rules/max-nesting-depth/README.md): Limit the depth of nesting.

### Stylistic issues

#### Color
Expand Down

0 comments on commit daa5320

Please sign in to comment.