惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX - 技术
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
F
Fortinet All Blogs
GbyAI
GbyAI
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 司徒正美
博客园_首页
量子位
Schneier on Security
Schneier on Security
G
GRAHAM CLULEY
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
N
News | PayPal Newsroom
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
N
News and Events Feed by Topic
I
Intezer
B
Blog
美团技术团队
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 最新话题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
AWS News Blog
AWS News Blog
T
Tailwind CSS Blog
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
有赞技术团队
有赞技术团队

The Practical Developer

The Libuv Thread Pool Trap: Why Node.js Async APIs Stall Under Load Postgres Covering Indexes with INCLUDE: Eliminate Heap Fetches on Read-Heavy Workloads Postgres DISTINCT ON: The Fastest Way to Get the Latest Row Per Group Postgres Transaction Isolation: The Anomalies Your App Actually Faces in Production Linux TCP Tuning for Node.js Microservices: The Kernel Settings That Stop Silent Connection Drops Under Load Postgres HOT Updates and Fillfactor: Why Not All Writes Are Created Equal Database Connection Pool Leaks: Finding the Promise That Never Returns Its Seat Linux OOM Killer in Production: Why Your Node.js Containers Die Without a Stack Trace Postgres Materialized Views: Refresh Strategies That Do Not Lock Your Dashboards API Dependency Health Checks: Why /health Is Not Enough Authorization with Zanzibar Tuples: How Google Manages Permissions and How To Build the Same Check in Node.js Postgres Advisory Locks: The 20-Character Primitive That Replaces Redis for Coordination Dead Letter Queues: The Message Queue Pattern That Saves You at 2 a.m. File Descriptor Exhaustion: The Kernel Limit That Silently Drops Node.js Connections Graceful Degradation: The Pattern That Turns Total Outages into Partial Success PostgreSQL Full-Text Search: Dropping Elasticsearch for 90% of Use Cases S3 Presigned Multipart Uploads: Stop Your API Server from Being a File Upload Bottleneck MessagePack vs JSON: The Binary Serialization Switch That Cut Our Internal RPC Overhead by 40% DNS Caching in Node.js: The Silent Cause of Production Latency Spikes Reliable Cron Jobs: The Pattern That Stops Double Runs, Missed Executions, And The 2 AM Page GraphQL Query Complexity: Stop the OOM Query Before It Reaches Your Resolver Node.js Event Loop Lag: The Hidden Metric Behind Random Latency Spikes API Request Validation with Zod: The Schema That Catches Bad Input Before It Corrupts Your Database Load Shedding in Node.js: How to Reject Traffic Before You Drown Request Hedging: Cut Tail Latency In Half Without Overprovisioning Git Bisect: The Automated Binary Search That Finds Breaking Commits in Minutes Node.js Garbage Collection Tuning: Stop Letting V8 Pause Your Event Loop Node.js Server Timeouts: The Settings That Stop Slow Clients from Holding Sockets Hostage Postgres BRIN Indexes: The Time-Series Secret That Shrinks Indexes by 99% Event Sourcing with PostgreSQL: The Pragmatic 80% Solution Node.js Cluster Mode: Scaling the Event Loop Across CPU Cores Postgres Partial Indexes: Stopping Soft Deletes from Ruining Your Query Performance Request Coalescing with the Singleflight Pattern: Stop Drowning Your Database on Every Cache Miss The Bulkhead Pattern: Why One Slow Endpoint Should Not Drown Your Whole Service Node.js AsyncLocalStorage: End-to-End Request Context Without the Propagation Hell Postgres Deadlocks: Logging the Victim, Reproducing the Race, and Fixing the Lock Order Your Node.js HTTP Client Is the Bottleneck: Connection Pool Tuning That Works Optimistic Locking in Postgres: Stop Losing Data to Race Conditions Postgres Read Replicas: Stop Serving Stale Data to Your Users Cursor Pagination: Why Offset Queries Explode at Scale and How to Fix Them Node.js Worker Threads: 60 Lines That Stop a CSV Upload from Timing Out Every Other Request Reliable Webhook Delivery: Architecture for Outbound HTTP You Can Trust Request Timeouts and Deadline Propagation: Stop the Chain of Slowness Advanced Security Practices in Node.js Graceful Shutdown in Node.js: The 40 Lines That Stop 502s During Deploys Finding Node.js Memory Leaks with Heap Snapshots Idempotency Keys in 30 Lines: Stop Your Webhook From Charging Customers Twice Backpressure In Node.js: The Fix For Slow-Motion Queue Meltdowns Retries Done Right: Jitter, Budgets, and the Stampede You Did Not See Coming The Cache Stampede: Why Your "Just Add Redis" Layer Crashes Postgres at 3 a.m. Postgres SKIP LOCKED: An 80-Line Job Queue You Can Run Without Redis Stop Doing Work Nobody Wants: AbortController in Node.js, Done Right The N+1 Query Problem: We Found 23 In One Codebase And Killed Every One I Tried 5 AI Coding Tools for a Month. Here Is What I Actually Use CI/CD From Zero to Production in 30 Minutes With GitHub Actions Node.js vs Bun vs Deno: Which Runtime Should You Pick in 2025? Kubernetes Resource Requests And Limits: The Numbers That Decide If Your Cluster Is Stable The Three Pillars of Observability Are A Myth: What Actually Matters In Production pnpm Vs npm Vs yarn Vs Bun For Monorepos: Which One Earns The Migration In 2024 JSONB Indexing In Postgres: GIN Vs Expression Indexes, And When Each Is The Right Choice A Code Review Checklist That Ends The Same Three Arguments Every Sprint gRPC Vs REST In 2024: When The Switch Pays For Itself React Suspense For Data Fetching: The Pattern That Replaces Half Your Loading State Code The Five-Stage Rollout: How To Ship A Risky Change Without Holding Your Breath GitHub Actions In A Monorepo: Caching, Path Filters, And Secret Boundaries That Actually Work The Blameless Postmortem That Actually Improves Things: A Template And Six Hard-Won Rules Recursive CTEs In Postgres: How To Query A Tree Without N Round Trips Node.js Streams: When They Actually Help, And When They Just Add Complexity Playwright Vs Cypress In 2024: The Honest Comparison Of Which One Earns The Test Time React Server Components: The Mental Model That Makes The "use client" Boundary Obvious Pod Disruption Budgets: The K8s Object That Keeps Your Service Up During Cluster Maintenance Postgres LISTEN/NOTIFY: The Pub/Sub You Already Have And Are Not Using Chaos Engineering Starter Kit: The Five Drills That Don't Need Netflix-Scale Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs Saga Pattern vs Two-Phase Commit: Distributed Transactions Without The Lies Kubernetes Autoscaling Beyond CPU: The Custom-Metric HPA Pattern That Actually Works Postgres Partitioning For Time-Series: The Boring Setup That Saves Your Database Distributed Locks With Redis: An Honest Look At Redlock And When You Don't Need It HTTP/2 vs HTTP/3: What Actually Changes For Your App, And What Doesn't Image Optimization For The Web In 2023: srcset, AVIF, And The Lighthouse Score You Actually Want Kafka vs RabbitMQ: A Decision Tree That Doesn't Hate You UUID vs Bigint Primary Keys In Postgres: The Index Math That Decides For You Flame Graphs: How To Find The Slow Function In 30 Seconds Without Profiling Theatre Postgres Streaming Vs. Logical Replication: Which One Solves Your Actual Problem Pre-Commit Hooks That Pay For Themselves: Husky, lint-staged, And The Five Rules That Stick Zero-Downtime Database Migrations: The Six-Step Pattern That Rules Them All Circuit Breakers In Node.js: 50 Lines That Stop A Failing Dependency From Taking Down Your Service Postgres VACUUM Is Not Magic: How Your Hot Table Bloats To 80GB And How To Fix It Kubernetes Liveness And Readiness Probes: The Difference That Causes Half Your Outages Rate Limiting In Production: A Token Bucket In 30 Lines Of Redis The Outbox Pattern: How To Stop Losing Events When Postgres And Kafka Disagree Load Testing With k6: The Three Scenarios That Find Real Bugs (Not Synthetic Numbers) Postgres Row-Level Security For Multi-Tenant Apps: The Pattern That Stops You From Leaking Data Rebase vs. Merge: The Team Policy That Ends The Argument Forever OpenTelemetry in Node.js: Distributed Tracing That Actually Helps During an Incident Feature Flags That Pay Rent: The 4 Flag Types And When To Delete Each ETag, Last-Modified, and the Caching Headers Most APIs Get Wrong Connection Pooling Without the Cargo Cult: pgbouncer in 100 Lines of Config JSONB Is Not a Schema: When To Reach For It in Postgres, And When To Stop Bash Strict Mode: The Three Lines That Stop Your Deploy Script From Lying To You
ESLint Rules That Earn Their Keep: The Twelve I Enable On Every Project
The Practica · 2023-04-28 · via The Practical Developer

A default ESLint config catches semicolon mistakes and unused variables. That is fine but not life-changing. The rules that actually earn their CI cost are the ones that catch bugs no test will catch: async functions silently swallowed, missing switch cases, type casts that hide an error. They turn lint from a style check into a quiet bug detector.

This post is twelve ESLint rules I enable on every TypeScript project, the four I disable because they fight productivity more than they help, and the ESLint-config approach that survives a quarterly framework update.

The twelve rules that pay rent

1. @typescript-eslint/no-floating-promises

async function notifyUser() { /* ... */ }

// Lint error: floating promise.
notifyUser();

Forgetting await on an async call is one of the most common Node.js bugs. The promise resolves later, the function returns immediately, errors disappear into the void. This rule forces every promise to be awaited or explicitly discarded with void:

await notifyUser();
// or, fire-and-forget:
void notifyUser();

Single best rule on the list.

2. @typescript-eslint/await-thenable

The opposite mistake, awaiting something that isn’t a promise:

const x = await 42;  // lint error: not a thenable

Catches typos like await user when you meant await getUser(user).

3. @typescript-eslint/no-misused-promises

// Lint error: passing async function to a void callback.
button.addEventListener('click', async () => { await save(); });

The async function returns a promise the callback site does not handle. Errors disappear. The rule forces you to either wrap the call (() => { void save(); }) or fix the API (use a handler that knows about promises).

4. @typescript-eslint/switch-exhaustiveness-check

type Status = 'pending' | 'running' | 'done';

function describe(s: Status): string {
  switch (s) {
    case 'pending': return 'waiting';
    case 'running': return 'in progress';
    // missing 'done', lint error.
  }
}

When a new variant is added to the union, every switch using that union becomes a lint error until you handle it. Force-multiplies refactor confidence.

5. @typescript-eslint/no-unnecessary-condition

if (user) { ... }   // user's type is `User`, not `User | undefined`, always true.

Catches dead branches caused by mis-typed code. Common when a function’s return type changes and the callers no longer need null checks.

6. @typescript-eslint/strict-boolean-expressions

Forbid coercing values to boolean implicitly:

if (name) { ... }   // lint error if name is `string`. Empty string vs undefined?

Forces you to be explicit: if (name !== ''), if (name != null). Annoying for two days, prevents the “0 is falsy” bug for life.

7. eqeqeq (built-in)

if (x == null) { ... }   // ok with allow-null exception; otherwise force ===.

== does coercion. === does not. Use === everywhere except the one case x == null (which matches both null and undefined).

8. @typescript-eslint/no-explicit-any

function f(x: any) { ... }   // lint error.

Treat any as a code smell. When it is truly needed, the comment-disable is loud and reviewable. Pair with @typescript-eslint/no-unsafe-* rules for completeness.

9. no-console (with exceptions)

console.log('debug');   // lint error in non-test files.

Use a real logger. Save console.log for tests and scripts via overrides:

{
  "overrides": [
    { "files": ["**/*.test.ts", "scripts/**"], "rules": { "no-console": "off" } }
  ]
}

10. @typescript-eslint/prefer-nullish-coalescing

const port = config.port || 3000;

|| falls through on 0, '', false. If config.port = 0 is intentional, you get 3000. Use ??:

const port = config.port ?? 3000;   // only falls through on null/undefined.

11. import/no-cycle

// a.ts imports b.ts which imports a.ts. Circular.

Circular imports cause non-deterministic behavior at module init time. The rule catches them. Painful in a large legacy codebase; worth it.

12. unicorn/no-array-for-each (or similar)

arr.forEach(x => transform(x));   // suggest: for (const x of arr) ...

forEach is harder to debug, harder to break out of, and slightly slower. for...of is a strict upgrade. Lots of teams disagree on this one; it is the most opinionated of the twelve. Take it or leave it.

The four rules to turn off

Some popular rules waste time more than they save it.

max-lines-per-function. A 60-line function is fine if it is doing one thing clearly. The rule encourages chopping into worse abstractions.

@typescript-eslint/explicit-function-return-type. TypeScript already infers; explicit returns clutter local helpers without preventing bugs. Enable only at exported API boundaries via overrides.

prettier/prettier mixed with formatting rules. Pick Prettier or ESLint formatting, not both. Modern setups run Prettier separately.

sort-keys. Forces alphabetical key ordering, which fights logical grouping. The cost outweighs the benefit.

A working config

{
  "root": true,
  "parser": "@typescript-eslint/parser",
  "parserOptions": { "project": "./tsconfig.json" },
  "plugins": ["@typescript-eslint", "import", "unicorn"],
  "extends": [
    "eslint:recommended",
    "plugin:@typescript-eslint/recommended",
    "plugin:@typescript-eslint/recommended-requiring-type-checking",
    "plugin:import/recommended",
    "plugin:import/typescript"
  ],
  "rules": {
    "@typescript-eslint/no-floating-promises": "error",
    "@typescript-eslint/await-thenable": "error",
    "@typescript-eslint/no-misused-promises": "error",
    "@typescript-eslint/switch-exhaustiveness-check": "error",
    "@typescript-eslint/no-unnecessary-condition": "error",
    "@typescript-eslint/strict-boolean-expressions": ["error", { "allowNullableObject": true }],
    "eqeqeq": ["error", "always", { "null": "ignore" }],
    "@typescript-eslint/no-explicit-any": "error",
    "no-console": ["error", { "allow": ["warn", "error"] }],
    "@typescript-eslint/prefer-nullish-coalescing": "error",
    "import/no-cycle": "error",
    "max-lines-per-function": "off",
    "@typescript-eslint/explicit-function-return-type": "off"
  },
  "overrides": [
    {
      "files": ["**/*.test.ts", "**/__tests__/**", "scripts/**"],
      "rules": {
        "no-console": "off",
        "@typescript-eslint/no-explicit-any": "off"
      }
    }
  ]
}

The two recommended-* extends do most of the heavy lifting; the explicit rules above are the ones I know are worth flipping above defaults.

Type-aware rules need parserOptions.project

Half of the most useful rules (no-floating-promises, await-thenable, no-unnecessary-condition) require type information. They only work if parserOptions.project points at your tsconfig.json. Without it, the rules silently disable themselves and you get no errors.

Cost: ESLint runs slower because it does a TypeScript compile. About 5× slower. For most projects this is fine; lint runs in seconds, not minutes. If you hit a wall, projectService (newer ESLint plugin feature) caches the project graph between files.

Where to run lint

Three places, three different priorities:

  • Editor. Fast feedback while typing. Most rules enabled. Errors as you save.
  • Pre-commit hook (lint-staged). eslint --fix on staged files only. Fast.
  • CI. Full lint pass on every file. Strict mode. Failure blocks merge.

Don’t lint in production. Don’t lint at runtime. Lint at code-write time, code-commit time, and code-review time. After that, the artifact is the artifact.

When to disable a rule

The right disable is local and explained:

// eslint-disable-next-line @typescript-eslint/no-explicit-any -- third-party type def is wrong
const result = (lib as any).callUntyped();

The comment explains why, not that. Reviewers can decide whether the workaround is real. A disable-next-line with no comment is a smell. Fix the underlying issue or improve the type.

/* eslint-disable */ for the whole file is almost always wrong. The exception is generated code where rules do not apply.

The takeaway

A small, sharp ESLint config catches a class of bugs that the type checker and tests do not. Async-related rules are the highest-value group; no-floating-promises alone catches more bugs than the rest of the list combined. Switch exhaustiveness, strict boolean checks, and nullish-coalescing close most of the remaining gaps.

Avoid the productivity-fighter rules (function length, alphabetical ordering, mandatory return types); they take more than they give. Run lint in your editor, pre-commit, and CI. Disable locally with a comment explaining the why.

The team that adopts this config notices, within a month, that one whole class of bugs has disappeared from production. That is what a good lint pass earns you.


A note from Yojji

The kind of code-quality discipline that catches a class of bugs at lint time (async-without-await, missing switch cases, accidental any) is the kind of long-haul engineering hygiene that decides whether a codebase still feels good at year three. It is the kind of detail Yojji’s teams put into the products they ship for clients.

Yojji is an international custom software development company founded in 2016, with teams across Europe, the US, and the UK. They specialize in the JavaScript ecosystem (React, Node.js, TypeScript), cloud platforms (AWS, Azure, GCP), and full-cycle product engineering, including the developer-tooling decisions that compound into long-term codebase health.