Adding Static Analysis tools

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

    Prettier is an opinionated code formatter.

    For my source code formatter, I choose Pretter. It is very popular and I have seen it other projects but I never had to set it up from scratch so I wanted to do that. First thing I did was go to thier docs and followed their install instructions. I also updated the .prettierignore so that I could exclude the files and directories I don't want to be formatted. Then I ran

  • SaaSHub

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

    SaaSHub logo
  • ESLint

    Find and fix problems in your JavaScript code.

    For my linter I chose ESLint. Similar to Prettier I have never set it up. The docs for ESLint was kinda hard to follow. But similar to prettier I went to the docs then to the get started. Followed and ran the scripts to install it by running npm init @eslint/config@latest. After I ran

  • Visual Studio Code

    Visual Studio Code

    My IDE of choice was VS Code. It uses extensions which I already had so I used the workspace docs to define my own.

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

  • 🚀 Angular 18 + Cypress, Material + Transloco + Jest, EsLint + Docker + Prettier 🚀

    10 projects | dev.to | 4 Aug 2024
  • Week 9: Lab 6: Static Analysis Tooling

    2 projects | dev.to | 1 Nov 2024
  • Lab 6 - Formatting and Linting

    3 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