Skip to content

Commit

Permalink
Emphasise limiting rules (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Apr 9, 2020
1 parent d527edf commit c14a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To further customize your stylelint configuration, you can adapt your:
- [shared configs](configure.md#extends)
- [plugins](configure.md#plugins)

We recommend you add [rules that limit language features](rules/list.md#limit-language-features) to your configuration file. These are powerful rules that you can use to enforce non-stylistic consistency in your code.
We recommend you add [rules that limit language features](rules/list.md#limit-language-features) to your configuration, e.g. [`unit-whitelist`](../../lib/rules/unit-whitelist/README.md), [`selector-class-pattern`](../../lib/rules/selector-class-pattern/README.md) and [`selector-max-id`](../../lib/rules/selector-max-id/README.md). These are powerful rules that you can use to enforce non-stylistic consistency in your code.

### Your usage

Expand Down

0 comments on commit c14a40f

Please sign in to comment.