Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ARCH-720): use design-tokens #4808

Merge branch 'jmfrancois/feat/components-theme-tokens' into jmfrancoi…

6b9610e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(ARCH-720): use design-tokens #4808

Merge branch 'jmfrancois/feat/components-theme-tokens' into jmfrancoi…
6b9610e
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jul 21, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.