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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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