Skip to content

Commit

Permalink
remove unnecessary ts-ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDraex committed Sep 16, 2021
1 parent f4b5fc5 commit ddc0d31
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/react-button/src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,14 @@ import { Meta } from '@storybook/react';
import descriptionMd from './ButtonDescription.md';
import bestPracticesMd from './ButtonBestPractices.md';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Emphasis } from './ButtonEmphasis.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Default } from './ButtonDefault.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Disabled } from './ButtonDisabled.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { WithIcon } from './ButtonWithIcon.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Circular } from './ButtonCircular.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Size } from './ButtonSize.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { Block } from './ButtonBlock.stories';

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - add link to this comment please (see https://github.com/microsoft/fluentui/pull/18695)
export { WithLongText } from './ButtonWithLongText.stories';

export default {
Expand Down

0 comments on commit ddc0d31

Please sign in to comment.