Skip to content

Commit d5c8ff9

Browse files
committed
docs: note that we use camelCase name for extendable configurations
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).
1 parent c441561 commit d5c8ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default [
6363
// You can also manually enable the stylistic rules.
6464
// "stylistic",
6565

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

0 commit comments

Comments
 (0)