Skip to content

fix: Add endOfLine property to .prettierrc - Resolves #180#225

Merged
MrunaliniPachpute merged 1 commit into
MrunaliniPachpute:mainfrom
Nayab-Gauhar:fix/prettier-linter
Oct 31, 2025
Merged

fix: Add endOfLine property to .prettierrc - Resolves #180#225
MrunaliniPachpute merged 1 commit into
MrunaliniPachpute:mainfrom
Nayab-Gauhar:fix/prettier-linter

Conversation

@Nayab-Gauhar

Copy link
Copy Markdown
Contributor

🚀 Pull Request

🔖 Description

This PR resolves the linter conflicts by adding the missing endOfLine property to the .prettierrc configuration file. The property is set to "lf" (line feed) to ensure consistent line endings across different operating systems.

The package.json already includes the correct lint-staged configuration with prettier --write for the specified file types.

Fixes: #180


✅ Checklist

  • My code follows the project's guidelines and style.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • I have tested the changes and confirmed they work as expected.
  • My PR is linked to a GitHub issue.

🙌 Additional Notes

The .prettierrc file now includes all recommended settings:

  • semi: true
  • singleQuote: true
  • tabWidth: 2
  • trailingComma: "es5"
  • printWidth: 80
  • endOfLine: "lf"

@github-actions

Copy link
Copy Markdown

Thanks for creating a PR for your Issue! ☺️

Kindly Star the repo ⭐ We'll review Your PR as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

@MrunaliniPachpute MrunaliniPachpute merged commit 46a7746 into MrunaliniPachpute:main Oct 31, 2025
1 check passed
@github-actions

Copy link
Copy Markdown

🎉 Congrats on getting your PR merged in, @Nayab-Gauhar! 🙌🏼

Thanks for your contribution every effort helps improve the project.

Looking forward to seeing more from you! 🥳✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve linter

2 participants