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

Installed Prettier in a new branch #62

Closed
wants to merge 7 commits into from
Closed

Installed Prettier in a new branch #62

wants to merge 7 commits into from

Conversation

anna-mat
Copy link

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11562814443

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 11494762754: -0.005%
Covered Lines: 22330
Relevant Lines: 25591

💛 - Coveralls

@anna-mat anna-mat closed this Oct 28, 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.

2 participants