Prettier and ESLint Automation Cheat Sheet

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

Our great sponsors
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • javascript-tooling

    💰 Check the code here

  • eslint-plugin-react

    React-specific linting rules for ESLint

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

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • 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

    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

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • 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