Jaishree2310 / GlassyUI-Components

GlassyUI: Elegant Glassmorphism Components for Modern UIs
https://glassyui.vercel.app
14 stars 11 forks source link

Set Up Prettier and ESLint #22

Open abhishekHegde2000 opened 22 hours ago

abhishekHegde2000 commented 22 hours ago

Description: To maintain code quality and consistency, we should set up Prettier and ESLint for the project. This will ensure that all code adheres to our formatting and linting rules.

Tasks:

  1. Install Dependencies:

    • Install prettier and eslint as dev dependencies.
    • Modify package.json to include the necessary configurations.
  2. Configure Prettier:

    • Create a .prettierrc file with the desired configuration.
  3. Configure ESLint:

    • Create a .eslintrc.js file with the desired configuration.

abhishekHegde2000 commented 22 hours ago

@Jaishree2310 Can you please Assign this task to me?