Skip to content

Commit

Permalink
docs: note that we use camelCase name for extendable configurations
Browse files Browse the repository at this point in the history
I regret not making it kebab-case from the beginning, but it's too late
to change.
Besides, if we want to support both camelCase and kebab-case, the
TypeScript suggestion will be a mess (it's sorted in alphabetical order
so you'll see camelCase and kebab-case results mixed together).
  • Loading branch information
haoqunjiang committed Oct 14, 2024
1 parent c441561 commit d5c8ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default [
// You can also manually enable the stylistic rules.
// "stylistic",

// Other utility configurations, such as `eslint-recommended`,
// Other utility configurations, such as `eslintRecommended`, (note that it's in camelCase)
// are also extendable here. But we don't recommend using them directly.
],

Expand Down

0 comments on commit d5c8ff9

Please sign in to comment.