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

Chore/update prettier and configs #12

Merged
merged 3 commits into from
Sep 21, 2024
Merged

Commits on Sep 21, 2024

  1. chore(deps): ⬆️ update prettier and plugins for improved formatting s…

    …upport
    
    - Updated `prettier` from version `^2.8.7` to `^3.3.3`.
    - Added `prettier-plugin-jsdoc` version `^1.3.0` for enhanced JSDoc formatting.
    - Updated `prettier-plugin-tailwindcss` from `^0.2.7` to `^0.6.6` for better Tailwind CSS support.
    - Retained existing configuration and dependencies.
    Zyruks committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    79b688e View commit details
    Browse the repository at this point in the history
  2. chore(prettier): 🔧 migrate prettier config to mjs and update formatti…

    …ng rules
    
    - Migrated `prettier.config.cjs` to `prettier.config.mjs` for modern module support.
    - Updated prettier configuration:
      - Increased `printWidth` to 120.
      - Added configuration for `prettier-plugin-jsdoc` to improve JSDoc handling.
      - Updated import order to better manage module imports.
      - Adjusted Tailwind and Sort Imports plugins configuration for improved sorting and consistency.
    - Retained the essential settings such as single quotes, trailing commas, and specific plugin usage.
    Zyruks committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0e9839b View commit details
    Browse the repository at this point in the history
  3. chore(tsconfig): 🔧 update tsconfig include for prettier config migrat…

    …ion to mjs
    
    - Updated `tsconfig.json` to include the new `prettier.config.mjs` after migrating from `cjs`.
    - No changes to compiler options, ensuring consistent TypeScript configuration across the project.
    Zyruks committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    600703f View commit details
    Browse the repository at this point in the history