Skip to content

extensive-weird/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

Languages

  • TypeScript 87.5%
  • JavaScript 9.7%
  • Shell 2.0%
  • CSS 0.8%