# Configs

The easiest way to use eslint-plugin-perfectionist is to use ready-made configs.
Each configuration applies all rules with a specific sorting strategy.

| Config | Description |
| --- | --- |
| [recommended-alphabetical](/configs/recommended-alphabetical.md) | All plugin rules with alphabetical sorting in ascending order |
| [recommended-natural](/configs/recommended-natural.md) | All plugin rules with natural sorting in ascending order |
| [recommended-line-length](/configs/recommended-line-length.md) | All plugin rules with sorting by line length in descending order |
| [recommended-custom](/configs/recommended-custom.md) | All plugin rules with your own custom sorting |
