memfreeme / memfree

MemFree - Hybrid AI Search Engine & AI Page Generator
https://www.memfree.me
MIT License
1.06k stars 168 forks source link

Fix pagespeed accessibility issues 44 #110

Closed ASANIYAN closed 4 weeks ago

ASANIYAN commented 4 weeks ago

Pull Request for Memfree

Description

This pull request addresses formatting inconsistencies by applying a Prettier fix to ensure consistent code style throughout the project. No functional changes were made; this PR solely addresses code formatting issues identified after the previous merge.

Related Issue

Changes Made

How to Test

  1. Review the code to confirm uniform formatting without functional changes.
  2. Run Prettier locally to verify compliance with the project's formatting standards.

Screenshots (if applicable)

Not applicable, as this PR only addresses code formatting.

Checklist

Additional Information

This PR does not introduce new features or bug fixes, focusing solely on code styling through Prettier.

github-actions[bot] commented 4 weeks ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

ahaapple commented 4 weeks ago
Run npm run prettier:check

> prettier:check
> prettier --check --ignore-unknown .

Checking formatting...
[warn] lib/utils.ts
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Error: Process completed with exit code 1.
ASANIYAN commented 4 weeks ago

@ahaapple I tried everything locally and it works fine.

Any idea how I can fix this?

github-actions[bot] commented 4 weeks ago

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

ahaapple commented 4 weeks ago

@ASANIYAN I will update the script, thanks.