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"

Releases

No releases published

Packages

No packages published