chore: update API of mdx #2858
Annotations
66 warnings
packages/design-docs/src/tokens/ColorComposition.tsx#L62
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-docs/src/tokens/ColorComposition.tsx#L62
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-docs/src/tokens/TokenFormatter.ts#L59
[@typescript-eslint/no-unused-vars] 'value' is assigned a value but never used.
|
packages/storybook-docs/src/components/SearchBar/AlgoliaAutocomplete.tsx#L4
[import/no-extraneous-dependencies] '@algolia/autocomplete-js' should be listed in the project's dependencies. Run 'npm i -S @algolia/autocomplete-js' to add it
|
packages/design-docs/src/tokens/TokenValue.tsx#L46
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook-docs/src/components/SearchBar/AlgoliaAutocomplete.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-docs/src/tokens/TokenValue.tsx#L48
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook-docs/src/components/SearchBar/SearchBar.tsx#L1
[import/no-extraneous-dependencies] 'algoliasearch' should be listed in the project's dependencies. Run 'npm i -S algoliasearch' to add it
|
packages/design-docs/src/tokens/TokenValue.tsx#L54
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook-docs/src/components/SearchBar/SearchBar.tsx#L2
[import/no-extraneous-dependencies] '@algolia/autocomplete-js' should be listed in the project's dependencies. Run 'npm i -S @algolia/autocomplete-js' to add it
|
packages/design-docs/src/tokens/TokenValue.tsx#L54
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook-docs/src/components/SearchBar/SearchBar.tsx#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-docs/src/tokens/TokenValue.module.scss#L17
[declaration-block-no-duplicate-properties] Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
|
packages/storybook-docs/src/components/SearchBar/SearchBar.tsx#L40
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-docs/src/tokens/TokenValue.module.scss#L3
[declaration-no-important] Unexpected !important (declaration-no-important)
|
packages/storybook-docs/src/components/Use.tsx#L4
[import/no-extraneous-dependencies] 'classnames' should be listed in the project's dependencies. Run 'npm i -S classnames' to add it
|
packages/design-docs/src/tokens/TokenValue.module.scss#L4
[rule-empty-line-before] Expected empty line before rule (rule-empty-line-before)
|
packages/storybook/src/blocks/Badges.tsx#L11
[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used.
|
packages/design-system/src/stories/clickable/Link.stories.tsx#L70
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook/src/blocks/Badges.tsx#L17
[@typescript-eslint/no-unused-vars] 'docsTitle' is assigned a value but never used.
|
packages/design-system/src/stories/docs/WithSelector.tsx#L8
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook/src/blocks/Badges.tsx#L18
[@typescript-eslint/no-unused-vars] 'docsCategory' is assigned a value but never used.
|
packages/design-system/src/stories/feedback/EmptyState.stories.tsx#L49
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook/src/docs/AlgoliaAutocomplete.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/feedback/Status.stories.tsx#L32
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/storybook/src/docs/Badges.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Affix/Affix.stories.tsx#L400
[@typescript-eslint/no-unused-vars] 'watch' is assigned a value but never used.
|
packages/storybook/src/docs/ColorSwatches.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Combobox.stories.tsx#L1
[@typescript-eslint/no-unused-vars] 'Story' is defined but never used.
|
packages/storybook/src/docs/SearchBar.tsx#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Combobox.stories.tsx#L1
[@typescript-eslint/no-unused-vars] 'StoryFn' is defined but never used.
|
packages/storybook/src/docs/SearchBar.tsx#L40
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Combobox.stories.tsx#L2
[@typescript-eslint/no-unused-vars] 'ComboboxProps' is defined but never used.
|
packages/storybook/src/docs/WithSelector.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Combobox.stories.tsx#L87
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Field/FormField.stories.tsx#L51
[react/prop-types] 'field' is missing in props validation
|
packages/design-system/src/stories/form/Field/Input/Input.Checkbox.stories.tsx#L103
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Field/Input/Input.Radio.stories.tsx#L113
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/form/Fieldset/Fieldset.stories.tsx#L136
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'unregister'. Either include it or remove the dependency array.
|
packages/design-system/src/stories/form/Switch.stories.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L1
[@typescript-eslint/no-unused-vars] 'useState' is defined but never used.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L1
[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L2
[@typescript-eslint/no-unused-vars] 'ChangeEvent' is defined but never used.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L2
[@typescript-eslint/no-unused-vars] 'FormEvent' is defined but never used.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L3
[@typescript-eslint/no-unused-vars] 'IconGallery' is defined but never used.
|
packages/design-system/src/stories/icons/Icon.stories.tsx#L3
[@typescript-eslint/no-unused-vars] 'IconItem' is defined but never used.
|
packages/design-system/src/stories/icons/Icons.tsx#L3
[import/no-extraneous-dependencies] '@storybook/blocks' should be listed in the project's dependencies. Run 'npm i -S @storybook/blocks' to add it
|
packages/design-system/src/stories/layout/Card.stories.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/navigation/Accordion.stories.tsx#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/navigation/FloatingDrawer.stories.tsx#L46
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/navigation/Stepper.Step.stories.tsx#L33
[react/prop-types] 'variant' is missing in props validation
|
packages/design-system/src/stories/navigation/Stepper.Step.stories.tsx#L33
[react/prop-types] 'index' is missing in props validation
|
packages/design-system/src/stories/navigation/Stepper.Step.stories.tsx#L33
[react/prop-types] 'title' is missing in props validation
|
packages/design-system/src/stories/navigation/Stepper.stories.tsx#L58
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/faceted-search/stories/badge.stories.js#L1
[import/no-unresolved] Unable to resolve path to module '@talend/react-components'.
|
packages/faceted-search/stories/facetedSearch.stories.js#L4
[import/no-unresolved] Unable to resolve path to module '@talend/react-components'.
|
packages/faceted-search/stories/facetedSearch.stories.js#L56
[no-promise-executor-return] Return values from promise executor functions cannot be read.
|
packages/storybook-docs/src/components/FigmaContext.ts#L1
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
packages/storybook-docs/src/components/FigmaContext.ts#L2
[import/no-extraneous-dependencies] 'figma-js' should be listed in the project's dependencies. Run 'npm i -S figma-js' to add it
|
packages/storybook-docs/src/components/FigmaIframe.tsx#L1
[import/no-extraneous-dependencies] 'classnames' should be listed in the project's dependencies. Run 'npm i -S classnames' to add it
|
packages/storybook-docs/src/components/FigmaImage.tsx#L1
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
packages/storybook-docs/src/components/FigmaImage.tsx#L3
[import/no-extraneous-dependencies] 'figma-js' should be listed in the project's dependencies. Run 'npm i -S figma-js' to add it
|
packages/storybook-docs/src/components/Grid.tsx#L1
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
packages/storybook-docs/src/components/Grid.tsx#L2
[import/no-extraneous-dependencies] 'classnames' should be listed in the project's dependencies. Run 'npm i -S classnames' to add it
|
packages/storybook-docs/src/components/SearchBar/AlgoliaAutocomplete.tsx#L1
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies. Run 'npm i -S react' to add it
|
packages/storybook-docs/src/components/SearchBar/AlgoliaAutocomplete.tsx#L3
[import/no-extraneous-dependencies] 'react-dom' should be listed in the project's dependencies. Run 'npm i -S react-dom' to add it
|