Lab 6 - Formatting and Linting

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
  • f2read

    Command line interface that takes a file and produces a README.md file to explain its contents

    For auto linting and formatting in VSCode, please visit the bottom section of my CONTRIBUTIONS.md here, where I have outlined the steps to do so.

  • SaaSHub

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

    SaaSHub logo
  • prettier

    Prettier is an opinionated code formatter.

    Prettier formatter is a VSCode extension and/or npm module that can be used to format code in a nice looking way with a simple command or the click of a button. I chose prettier as I had been using it already to format my documents in VSCode for quite a while now, and on my old PC had it set up for formatting on save from an older project in last year's cloud computing class. The documentation can be found here

  • ESLint

    Find and fix problems in your JavaScript code.

    ESLint is another VSCode extension and/or npm module that can be used to check for lint warnings and errors live while programming, or with a simple command run. I chose ESLint as I have chosen to have it in react projects in the past and figured it would be easy to start with. The documentation can be found 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

  • Week 9: Lab 6: Static Analysis Tooling

    2 projects | dev.to | 1 Nov 2024
  • Adding Code Formatter and Linter Tools to my code.

    2 projects | dev.to | 1 Nov 2024
  • Adding Static Analysis Tools to the Barrierless Project

    3 projects | dev.to | 1 Nov 2024
  • How to write clean and efficient React code?

    3 projects | dev.to | 6 Sep 2024
  • Adding Static Analysis tools

    3 projects | dev.to | 27 Oct 2024