On let vs const
A discussion on the JavaScript 'let' vs 'const' debate, summarizing arguments for and against the 'prefer-const' rule.
A discussion on the JavaScript 'let' vs 'const' debate, summarizing arguments for and against the 'prefer-const' rule.
A TSLint maintainer reflects on the project's history, challenges, and the community's transition to ESLint for TypeScript linting.
A technical guide on migrating from TSLint to ESLint using the tslint-to-eslint-config utility, covering rule conversion and configuration mapping.
Explores the history of JavaScript linting tools, from JSLint to ESLint, and introduces the context for migrating from TSLint to ESLint.
A guide to using Prettier, an opinionated code formatter, to automatically fix and format code, often in conjunction with ESLint.
A guide on how to start adding tests to a large, existing codebase, focusing on the Testing Trophy methodology for the best return on investment.
A guide on using Babel Module Resolver to convert relative import paths to cleaner aliases in a JavaScript application.
A tutorial on setting up and using ESLint for React projects, including configuration with Webpack and popular rule sets.
A developer shares their Week 2 progress learning React Native, covering project setup, ESLint configuration, and building a weather app with a third-party API.
Explains the three main types of linter errors (unused variables, parsing, formatting) and how to handle them to improve code quality.
Introducing paypal-scripts, a zero-config tool for PayPal developers inspired by create-react-app to boost productivity.
A guide to installing, configuring, and using ESLint for code linting in Node.js applications, including rule and environment setup.
Explores the debate over using semicolons in JavaScript, arguing it's a matter of preference when proper tooling is in place.