File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,17 @@ export default [
54
54
... pluginVue .configs [" flat/essential" ],
55
55
56
56
... 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
58
58
extends: [
59
59
// By default, only the recommended rules are enabled.
60
60
" recommended" ,
61
61
// You can also manually enable the stylistic rules.
62
62
// "stylistic",
63
63
64
64
// 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.
65
68
],
66
69
67
70
// Optional: specify the script langs in `.vue` files
You can’t perform that action at this time.
0 commit comments