feat(ARCH-720): use design-tokens #4808
ESLint Report Analysis
0 ESLint error(s) and 7 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.
Details
Annotations
Check warning on line 1 in packages/faceted-search/.storybook/preview.js
github-actions / ESLint Report Analysis
packages/faceted-search/.storybook/preview.js#L1
[import/no-unresolved] Unable to resolve path to module '@talend/design-system'.
Check warning on line 2 in packages/faceted-search/.storybook/preview.js
github-actions / ESLint Report Analysis
packages/faceted-search/.storybook/preview.js#L2
[@talend/import-depth] '@talend/locales-tui-components/namespaces' import too deep. No more than @talend/locales-tui-components
Check warning on line 2 in packages/faceted-search/.storybook/preview.js
github-actions / ESLint Report Analysis
packages/faceted-search/.storybook/preview.js#L2
[import/no-extraneous-dependencies] '@talend/locales-tui-components' should be listed in the project's dependencies, not devDependencies.
Check warning on line 3 in packages/faceted-search/.storybook/preview.js
github-actions / ESLint Report Analysis
packages/faceted-search/.storybook/preview.js#L3
[@talend/import-depth] '@talend/locales-tui-faceted-search/namespaces' import too deep. No more than @talend/locales-tui-faceted-search
Check warning on line 3 in packages/faceted-search/.storybook/preview.js
github-actions / ESLint Report Analysis
packages/faceted-search/.storybook/preview.js#L3
[import/no-extraneous-dependencies] '@talend/locales-tui-faceted-search' should be listed in the project's dependencies, not devDependencies.
Check warning on line 4 in packages/faceted-search/stories/facetedSearch.stories.js
github-actions / ESLint Report Analysis
packages/faceted-search/stories/facetedSearch.stories.js#L4
[import/no-unresolved] Unable to resolve path to module '@talend/react-components'.
Check warning on line 71 in packages/faceted-search/stories/facetedSearch.stories.js
github-actions / ESLint Report Analysis
packages/faceted-search/stories/facetedSearch.stories.js#L54-L71
[no-promise-executor-return] Return values from promise executor functions cannot be read.