File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,17 @@ export default [
5454 ... pluginVue .configs [" flat/essential" ],
5555
5656 ... vueTsEslintConfig ({
57- // Supports all the configurations in https://typescript-eslint.io/users/configs#getting-started
57+ // Supports all the recommended configurations in https://typescript-eslint.io/users/configs#recommended-configurations
5858 extends: [
5959 // By default, only the recommended rules are enabled.
6060 " recommended" ,
6161 // You can also manually enable the stylistic rules.
6262 // "stylistic",
6363
6464 // The ones with `-type-checked` are not yet tested.
65+
66+ // Other utility configurations, such as `eslint-recommended`,
67+ // are also extendable here. But we don't recommend using them directly.
6568 ],
6669
6770 // Optional: specify the script langs in `.vue` files
You can’t perform that action at this time.
0 commit comments