Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 7, 2020
1 parent 46c5e95 commit b610440
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b610440

Please sign in to comment.