Skip to content

Commit daced45

Browse files
committed
docs: note about the utility configurations from typescript-eslint
1 parent 02186ca commit daced45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)