Skip to content

Commit 180b2d4

Browse files
committed
update config descriptions in readme
1 parent 978ddd3 commit 180b2d4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,14 @@ Vue.component('AsyncComponent', (resolve, reject) => {
7575
## :gear: Configs
7676

7777
This plugin provides two predefined configs:
78-
- `plugin:vue/base` - contains necessary settings for this plugin to work properly
79-
- `plugin:vue/recommended` - extends base config with recommended rules (the ones with check mark :white_check_mark: in the table below)
78+
- `plugin:vue/base` - Settings and rules to enable correct ESLint parsing
79+
- `plugin:vue/essential` - Above, plus rules to prevent errors or unintended behavior
80+
- `plugin:vue/strongly-recommended` - Above, plus rules to considerably improve code readability and/or dev experience
81+
- `plugin:vue/recommended` - Above, plus rules to enforce subjective community defaults to ensure consistency
8082

8183
## :bulb: Rules
8284

83-
Rules are grouped by category to help you understand their purpose.
84-
85-
No rules are enabled by `plugin:vue/base` config. The `plugin:vue/recommended` config enables rules that report common problems, which have a check mark :white_check_mark: below.
86-
87-
The `--fix` option on the command line automatically fixes problems reported by rules which have a wrench :wrench: below.
85+
Rules are grouped by priority to help you understand their purpose. The `--fix` option on the command line automatically fixes problems reported by rules which have a wrench :wrench: below.
8886

8987
<!--RULES_TABLE_START-->
9088

0 commit comments

Comments
 (0)