Make Commit in Your React Project Format-Test-Build Ready with Husky - A Step-by-Step Guide

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • lint-staged

    🚫💩 — Run linters on git staged files

  • lint-staged: It enables us to run linters against staged git files. eslint and prettier will be executed by it.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • husky

    Git hooks made easy 🐶 woof!

  • Husky: It enables us to easily use git hooks. We can define commands when a specific behavior happens. We will use pre-commit, which is hooked before creating a commit.

  • prettier

    Prettier is an opinionated code formatter.

  • Prettier: It makes our code prettier by formatting. It supports many languages and editors.

  • ESLint

    Find and fix problems in your JavaScript code.

  • Eslint: It analyzes our code to quickly find problems. We will use the default setup provided by Vite.

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

  • Streamlining your Tailwind CSS workflow with ESLint + Prettier

    8 projects | dev.to | 13 Jul 2022
  • Standardize Your Next.js Project with ESLint and Husky

    6 projects | dev.to | 30 Jan 2022
  • Tools to ensure code quality

    5 projects | dev.to | 7 Apr 2021
  • How to use Lefthooks in your node project?

    4 projects | dev.to | 11 Apr 2024
  • Git Project Configuration With Husky and ESLint

    6 projects | dev.to | 8 Apr 2024