Skip to content

Releases: rezasohrabi/chrome-ext-starter

Release Notes - v0.1.0

08 May 20:14
13da7c4
Compare
Choose a tag to compare

✨ What's Started

  • Implemented CRX for development and build processes to streamline extension packaging.
  • Integrated Tailwind CSS and Daisy UI in content script, popup, and options pages for enhanced styling and UI components.
  • Added Airbnb ESLint configuration and Prettier for consistent code formatting and style enforcement.
  • Configured Husky, Pre-commit, and Commit Message to enforce code quality standards and automate pre-commit checks.
  • Utilized Vite bundler for fast development and optimized production builds.
  • Leveraged TypeScript for type safety and improved development experience.
  • Adopted PNPM package manager for efficient dependency management.