Standardize Your Next.js Project with ESLint and Husky

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. husky

    Git hooks made easy 🐶 woof!

    Husky (automated linter trigger)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. prettier

    Prettier is an opinionated code formatter.

    Prettier (Code Formatter)

  4. lint-staged

    🚫💩 — Run linters on git staged files

    After that, we’ll install the Lint Staged to trigger and run lines on git staged files by executing npx mrm@2 lint-staged. It will automatically generate the base command triggers in pre-commit husky config file. After that, you can delete or modify the content by your own preference. After that, it will run the linter before the commit process. So you have to make sure that your code is matched with the linter rules.

  5. ESLint

    Find and fix problems in your JavaScript code.

    ESLint (Linter for JS-based project)

  6. next-tailwind-polos

    This just for sharing session purpose

    For giving an example purpose, I’ve prepared a simple Next.js (Typescript) project. You can use https://github.com/yehezkielgunawan/next-tailwind-polos if you want to try to standardize the source code using those tools. You can clone it to your local device and don’t forget to install the dependencies using yarn or npm install

  7. yehezgun-new

    🎨This is the newest version of my personal web.🎨

    Reference: Husky setting Yehez-Tailwind-Starter

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Clean Code: Open Source Linting & Formatting

    5 projects | dev.to | 27 Oct 2024
  • Make Commit in Your React Project Format-Test-Build Ready with Husky - A Step-by-Step Guide

    4 projects | dev.to | 24 May 2024
  • Streamlining your Tailwind CSS workflow with ESLint + Prettier

    8 projects | dev.to | 13 Jul 2022
  • Tools to ensure code quality

    5 projects | dev.to | 7 Apr 2021
  • ESLint adoption guide: Overview, examples, and alternatives

    11 projects | dev.to | 8 Aug 2024