Software Alternatives & Reviews

DPS909 Blog :LAB 7 Intro to Static Analysis

Prettier ESLint
  1. An opinionated code formatter
    Pricing:
    • Open Source
    For my project I have used prettier as the formatter. Prettier is an opinionated code formatter with support for: JavaScript (including experimental features).

    #Developer Tools #Code Analysis #JavaScript Framework 255 social mentions

  2. 2
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    For my project I have used ESLint to find and fix problem in my .js files. SLint statically analyzes your code to quickly find problems. It is built into most text editors and you can run ESLint as part of your continuous integration pipeline. Install and configure ESLint using this command:.

    #Code Coverage #Developer Tools #Code Quality 228 social mentions

Discuss: DPS909 Blog :LAB 7 Intro to Static Analysis

Log in or Post with