1.0.3 • Published 1 year ago

create-nextjs-ts-boilerplate v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NextJs 14 Boilerplate with Prettier and ESLint

This is the NextJs 14 boilerplate that helps me to improve my productivity by enhancing and adding few NPM packages. Simple yet satisfying.

The magic only happens when the development starts.

This package helps to sort the import order, TailwindCSS className, and lint to check unused variable and import.

How to use

npx create-nextjs-ts-boilerplate@latest <package_name>
cd <package_name>
npm run dev

Package Add

  • @typescript-eslint/eslint-plugin
  • @trivago/prettier-plugin-sort-imports
  • prettier-plugin-tailwindcss

Changes

  • Clean up the file and restructure the folder structure
  • Improve the ESLint configuration
  • Add Prettier configuration
    • Add sort order and plugin
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago