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

Successfully Installed Prettier Static Tool #56

Open
wants to merge 7 commits into
base: f24
Choose a base branch
from
Open

Conversation

anna-mat
Copy link

@anna-mat anna-mat commented Oct 23, 2024

Tool not from Starter List

Files Added:
prettier-install-log.txt
prettier-check-log.txt

Description:
Successfully installed Prettier and logged that NPM packages were installed by including terminal output in prettier-install-log.txt.

Screenshot 2024-10-23 at 9 51 47 PM

The Prettier tool was added to the package.json file. This can be found on line 163 in the package.json file (which is listed inside the .gitignore file).

Screenshot 2024-10-24 at 4 05 51 PM

Demonstrated that Prettier successfully runs on the repository by running npx prettier . --check and getting the following output meaning that the tool checked to see what files need to be changed to the Prettier code style.

Screenshot 2024-10-22 at 6 38 19 PM

Was able to log these changes in the output file prettier-check-log.txt by running npx prettier --list-different . to identify what files were different from Prettier's expected code style and formatting.

Screenshot 2024-10-23 at 9 51 38 PM

@anna-mat anna-mat self-assigned this Oct 23, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11471771587

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.005%) to 82.671%

Files with Coverage Reduction New Missed Lines %
src/meta/errors.js 1 76.74%
Totals Coverage Status
Change from base Build 11469192263: -0.005%
Covered Lines: 22330
Relevant Lines: 25591

💛 - Coveralls

@anna-mat anna-mat requested a review from J0nathanLai October 24, 2024 19:26
Copy link

@J0nathanLai J0nathanLai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! You showed your installation log and the log for running the prettier tool.

@anna-mat anna-mat changed the title Successfully Installed Prettier Static Dynamic Tool Successfully Installed Prettier Static Tool Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants