Prettier and ESLint Automation Cheat Sheet

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • javascript-tooling

    💰 Check the code here

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • eslint-plugin-react

    React-specific linting rules for ESLint

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

  • 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

  • husky

    Git hooks made easy 🐶 woof!

    🔬 5. Lint-staged

  • 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

  • stylelint

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

    🎁 6. Stylelint (Bonus)

  • stylelint-scss

    A collection of SCSS specific linting rules for Stylelint

    Working with SCSS? Check here

  • SaaSHub

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

    SaaSHub logo
  • 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

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?