Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 433 Bytes

next-ts-boilerplate-turbo

This is a Turborepo to demonstrate the boilerplate associated with linting and formatting a monorepo with multiple Typescript applications.

What's included?

pnpm used as the package manager


ESLint with:
  • Next.JS Core Web Vitals plugin
  • Airbnb style guide plugin (with typescript)
  • Typescript plugin & parser
  • Prettier plugin

Prettier with:
  • TailwindCSS Plugin

Enjoy!