You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments