Skip to content

Commit

Permalink
docs: note about the utility configurations from typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 13, 2024
1 parent 02186ca commit daced45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ export default [
...pluginVue.configs["flat/essential"],

...vueTsEslintConfig({
// Supports all the configurations in https://typescript-eslint.io/users/configs#getting-started
// Supports all the recommended configurations in https://typescript-eslint.io/users/configs#recommended-configurations
extends: [
// By default, only the recommended rules are enabled.
"recommended",
// You can also manually enable the stylistic rules.
// "stylistic",

// The ones with `-type-checked` are not yet tested.

// Other utility configurations, such as `eslint-recommended`,
// are also extendable here. But we don't recommend using them directly.
],

// Optional: specify the script langs in `.vue` files
Expand Down

0 comments on commit daced45

Please sign in to comment.