Skip to content

h0lme3/Tailwind-Next.js-TypeScript

Repository files navigation

Add Eslint, Prettier and Husky

yarn add --dev @typescript-eslint/eslint-plugin

yarn add --dev prettier eslint-config-prettier

yarn add --dev husky
yarn husky install // yarn prepare
yarn husky add .husky/pre-commit "npx lint-staged $1"
yarn husky add .husky/post-merge "yarn install --freeze-lockfile"

About

Using Tailwind CSS + Next.js + TypeScript Like a Pro — Integration?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published