File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ You can use the following configs by adding them to `eslint.config.js`.
6565- Configurations for using Vue.js 3.x:
6666 - ` *.configs["flat/essential"] ` ... ` base ` , plus rules to prevent errors or unintended behavior.
6767 - ` *.configs["flat/strongly-recommended"] ` ... ` essential ` , plus rules to considerably improve code readability and/or dev experience.
68- - ` *.configs["flat/strongly-recommended-error"] ` ... Same as ` strongly-recommended ` , except with all rules to error instead of warn.
68+ - ` *.configs["flat/strongly-recommended-error"] ` ... Same as ` strongly-recommended ` , except with all rules configured to error instead of warn.
6969 - ` *.configs["flat/recommended"] ` ... ` strongly-recommended ` , plus rules to enforce subjective community defaults to ensure consistency.
7070 - ` *.configs["flat/recommended-error"] ` ... Same as ` recommended ` , except with all rules configured to error instead of warn.
7171- Configurations for using Vue.js 2.x:
You can’t perform that action at this time.
0 commit comments