Software Alternatives & Reviews

How, and why, you should add JavaScript linting to your project. With ESLint and Gulp

Node.js Gulp.js Babel
  1. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications

    #Runtime #JavaScript Runtime #JavaScript 785 social mentions

  2. Automate and enhance your workflow
    Pricing:
    • Open Source
    A little gulp and npm knowledge is beneficial, but not required.

    #Web Application Bundler #JS Build Tools #Module Bundler 25 social mentions

  3. 3
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    Some of the most popular JavaScript linting tools are ESLint, JSHint, JSLint and JSCS. We're going to be using ESLint. It’s very flexible, easy to use and has the best ES6 support, which will be helpful if we introduce more modern JavaScript (that will be transpiled for older browsers using https://babeljs.io/). All rules for ESLint can be found here: https://eslint.org/docs/rules/.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: How, and why, you should add JavaScript linting to your project. With ESLint and Gulp

Log in or Post with