A Guide to Order: Setting up Prettier and Eslint with Husky, Lint-staged and Commitizen

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
  • Coding-Conventions

    A set of guidelines, helpful practices, programming styles, and conventions for developers.

  • More examples of coding standards can be found here

  • eslint-config-google

    Discontinued ESLint shareable config for the Google JavaScript style guide

  • Google’s eslint config

  • 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
  • prettier-standard

    Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)

  • However, there’s a known problem when using both Eslint and Prettier. A good approach is to run prettier first and then Eslint. There, however, exists a simpler solution. Enter prettier-standard.

  • prettierx

    a less opinionated fork of Prettier code formatter

  • Prettier-standard helps to format with prettier (actually prettierx) and lints with eslint preconfigured with standard rules. No eslint config has to be set.

  • Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

  • Prettier-standard helps to format with prettier (actually prettierx) and lints with eslint preconfigured with standard rules. No eslint config has to be set.

  • JSHint

    JSHint is a tool that helps to detect errors and potential problems in your JavaScript code

  • An alternative linter is JShint.

  • awesome-git-hooks

    😎 A collection of awesome Git Hooks

  • 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.

    InfluxDB logo
  • ESLint

    Find and fix problems in your JavaScript code.

  • Prettier-standard helps to format with prettier (actually prettierx) and lints with eslint preconfigured with standard rules. No eslint config has to be set.

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

  • Spaceships and Testing in JavaScript

    5 projects | dev.to | 8 Jul 2022
  • Javascript Security Checklist

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

    4 projects | dev.to | 24 May 2024
  • Linting

    2 projects | dev.to | 3 Mar 2024
  • Interesting Bugs Caught by ESLint's no-constant-binary-expression

    4 projects | news.ycombinator.com | 8 Nov 2023