chore(stories): eslint/tsconfig migration
Migrate Storybook package to eslint flat config + composite tsconfig.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import type { Preview } from '@storybook/vue3-vite';
|
||||
import './preview-styles.css';
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
a11y: {
|
||||
test: 'todo',
|
||||
},
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
};
|
||||
|
||||
export default preview;
|
||||
Reference in New Issue
Block a user