Steve Streza

  • Home
  • About
  • On Tech
  • On Games
  • Life Updates
  • Projects
  • Links

ESLint: Make Your JavaScript Consistent and Catch Bugs Before Production [What the Stack]

September 05, 2017

JavaScript is a flexible language, but flexibility comes at the cost of readability and can hide bugs. ESLint is a great linting and static analysis tool that helps enforce code quality standards and catch bugs before they hit production. Find out more about this tool and how to integrate it into your project.

  • JavaScript
  • Programming
  • ESLint
  • Linters
  • What the Stack

Babel.js [What the Stack]

August 15, 2017

Have you ever wanted to use cutting-edge JavaScript features, but been stuck waiting for browsers to support them? Babel.js is a great tool for compiling JavaScript down to other platforms. Learn what it does and how to set it up.

  • JavaScript
  • Programming
  • What the Stack
Copyright © 2025 Steve Streza.