diff --git a/addons/docs/src/frameworks/react/lib/defaultValues/createFromRawDefaultProp.ts b/addons/docs/src/frameworks/react/lib/defaultValues/createFromRawDefaultProp.ts index e9e502754968..4b40b07675d8 100644 --- a/addons/docs/src/frameworks/react/lib/defaultValues/createFromRawDefaultProp.ts +++ b/addons/docs/src/frameworks/react/lib/defaultValues/createFromRawDefaultProp.ts @@ -170,7 +170,6 @@ export function createDefaultValueFromRawDefaultProp( ): PropDefaultValue { try { // Keep the extra () otherwise it will fail for functions. - // eslint-disable-next-line prettier/prettier switch (typeof rawDefaultProp) { case 'string': return typeResolvers.string(rawDefaultProp, propDef);