Software Alternatives, Accelerators & Startups

Git Project Configuration With Husky and ESLint

Prettier ESLint
  1. An opinionated code formatter
    Pricing:
    • Open Source
    Let’s walk through the steps for a one-time setup to configure husky pre-commit and pre-push hooks, ESLint with code styles conventions, prettier code formatter, and lint-staged. Husky automatically runs a script on each commit or push. This is useful for linting files to enforce code styles that keeps the entire code base following conventions.

    #Developer Tools #Code Coverage #Code Analysis 259 social mentions

  2. 2
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    Let’s walk through the steps for a one-time setup to configure husky pre-commit and pre-push hooks, ESLint with code styles conventions, prettier code formatter, and lint-staged. Husky automatically runs a script on each commit or push. This is useful for linting files to enforce code styles that keeps the entire code base following conventions.

    #Code Coverage #Developer Tools #Code Quality 231 social mentions

Discuss: Git Project Configuration With Husky and ESLint

Log in or Post with