Prettier and ESLint Automation Cheat Sheet

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. javascript-tooling

    💰 Check the code here

  2. SaaSHub

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

    SaaSHub logo
  3. eslint-plugin-react

    React-specific linting rules for ESLint

    Feel free to remove eslint-plugin-react if you don't use React

  4. npm-run-all

    A CLI tool to run multiple npm-scripts in parallel or sequential.

    We can run all these scripts in parallel by using npm-run-all

  5. husky

    Git hooks made easy 🐶 woof!

    🔬 5. Lint-staged

  6. stylelint-config-prettier

    Discontinued Turns off all rules that are unnecessary or might conflict with prettier.

    We use stylelint-config-prettier to turns off all rules that are unnecessary or might conflict with Prettier

  7. stylelint

    A mighty CSS linter that helps you avoid errors and enforce conventions.

    🎁 6. Stylelint (Bonus)

  8. stylelint-scss

    A collection of SCSS specific linting rules for Stylelint

    Working with SCSS? Check here

  9. static-testing-tools

    Static Analysis Testing JavaScript Applications on TestingJavaScript.com

    🍀 Check the final code 🍀 I learned this setup from Kent's static-testing-tools repo. I added Stylelint and also migrated Husky to v6. 🍀 Working with TypeScript? Check here

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

  • How to Improve Development Experience of your React Project

    5 projects | dev.to | 21 Jan 2024
  • The missing chapter of Code Reviews

    4 projects | dev.to | 10 Oct 2022
  • How to setup Node.js environment variables using dotenv

    2 projects | dev.to | 16 Aug 2022
  • I manage my dev.to blog in GitHub repository

    5 projects | dev.to | 4 May 2022
  • Adding URL Search Parameters to Imports?

    4 projects | dev.to | 28 Apr 2022