Indentation and formatting of output doesn't look aligned, when Preflight is run from the Docker container:
[FAILED] Unused dependencies found:
[FAILED] * @fortawesome/fontawesome-svg-core
[FAILED] * @fortawesome/free-solid-svg-icons
[FAILED] * @fortawesome/react-fontawesome
[FAILED] * @svgr/webpack
[FAILED] * @tailwindcss/postcss
[FAILED] * esbuild-register
[FAILED] Remove these dependencies by running the following command for each dependency:
[FAILED] $ pnpm remove <dependency name here>
[COMPLETED] No dependency problems
[STARTED] Preflight is latest version
[COMPLETED] Stylelint config is latest versio
Potentially related to the whitespace at the start of the lines in the template string:
|
Remove these dependencies by running the following command for each dependency: |
|
|
|
${commandExample('pnpm remove <dependency name here>')} |
Check how this looks also in the TTY version of Preflight
Indentation and formatting of output doesn't look aligned, when Preflight is run from the Docker container:
Potentially related to the whitespace at the start of the lines in the template string:
preflight/src/checks/noDependencyProblems/noUnusedDependencies.ts
Lines 88 to 90 in 848b293
Check how this looks also in the TTY version of Preflight