add eslint / prettier
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-23 14:19:16 +01:00
parent 01b00b5717
commit c2e370f0a8
34 changed files with 1305 additions and 470 deletions

View File

@@ -11,17 +11,17 @@ const preview: Preview = {
<MemoryRouter>
<Story />
</MemoryRouter>
)
),
],
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i
}
date: /Date$/i,
},
},
layout: 'centered'
}
layout: 'centered',
},
};
export default preview;