Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -25,13 +25,13 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
|
|||
),
|
||||
});
|
||||
|
||||
export const Normal = (): JSX.Element => {
|
||||
export function Normal(): JSX.Element {
|
||||
const props = createProps();
|
||||
|
||||
return <Spinner {...props} />;
|
||||
};
|
||||
}
|
||||
|
||||
export const SvgSizes = (): JSX.Element => {
|
||||
export function SvgSizes(): JSX.Element {
|
||||
const props = createProps();
|
||||
|
||||
return (
|
||||
|
@ -41,13 +41,13 @@ export const SvgSizes = (): JSX.Element => {
|
|||
))}
|
||||
</>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
SvgSizes.story = {
|
||||
name: 'SVG Sizes',
|
||||
};
|
||||
|
||||
export const Directions = (): JSX.Element => {
|
||||
export function Directions(): JSX.Element {
|
||||
const props = createProps();
|
||||
|
||||
return (
|
||||
|
@ -57,4 +57,4 @@ export const Directions = (): JSX.Element => {
|
|||
))}
|
||||
</>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue