Only Node.js subpaths with no-restricted-imports and perfectionist/sort-importsThis post will show you how to migrate to using Node.js subpaths and how to use the no-restricted-imports and perfectionist/sort-imports ESLint rule to help you sort your imports.John Reilly·Mar 15·4 min readFollowjavascripttypescripteslintnode.js
Nicholas C. Zakas - ESLintNicholas C. Zakas discusses ESLint's evolution, the new FlatConfig system, and ambitious plans to rewrite the core linting engine from scratch.devtools.fm·Aug 10·55 min readFollowjavascripteslintlintingtypescript
ESLint no-unused-vars: _ ignore prefixESLints no-unused-vars is more flexible than TypeScript noUnusedLocals and noUnusedParameters. Here is how to make respect the TypeScript default of ignoring variables prefixed with _John Reilly·Feb 18·5 min readFollowtypescriptjavascripteslint
Christopher "vjeux" Chedeau - Prettier, React NativeChristopher Chedeau shares the creation stories behind Prettier and React Native, plus Meta's open source culture and the shift to Rust tooling.devtools.fm·Jan 28·75 min readFollowtechnologyprettierjavascriptrust
Emanuele Stoppa - BiomeEmanuele Stoppa tells the story of Biome rising from Rome's ashes to become a unified JavaScript toolchain with CST architecture.devtools.fm·Oct 15·53 min readFollowtechnologysoftware developmentdeveloper toolsdev tools
Josh Goldberg - TypeScript ESLintJosh Goldberg dives into TypeScript ESLint's v6 release, stylistic rules, and the future of JavaScript tooling ecosystem.devtools.fm·Sep 17·65 min readFollowtypescripteslintprettiertooling
TypeScript 5: importsNotUsedAsValues replaced by ESLint consistent-type-importsTypeScript deprecated tsconfig.json option "importsNotUsedAsValues": "error" in 5. You can make type imports explicit with CommonJS if you use ESLint consistent-type-imports.John Reilly·May 9·6 min readFollowtypescriptjavascripteslint
Josh Goldberg - Learning TypeScript Book, typescript-eslintJosh Goldberg, author of Learning TypeScript and typescript-eslint core contributor, explores TypeScript features and writing technical books.devtools.fm·Jul 21·64 min readFollowtechtypescripteslintjavascript
Using TypeScript and ESLint with webpack (fork-ts-checker-webpack-plugin new feature!)The `fork-ts-checker-webpack-plugin` adds support for ESLint. Replace TSLint with related packages in `package.json` and configure with `.eslintrc.js`.John Reilly·Jul 13·3 min readFollowfork-ts-checker-webpack-pluginwebpackjavascripttypescript