Norbert de Langen 8a13e77b4d
cleanup
2021-02-15 15:34:23 +01:00

9 lines
212 B
JavaScript

import { addParameters } from '@storybook/react';
addParameters({
options: {
storySort: (a, b) =>
a[1].kind === b[1].kind ? 0 : a[1].id.localeCompare(b[1].id, undefined, { numeric: true }),
},
});