Presets / Eslint
Runtime - Browser
Reserve the browser environment layer in your flat config so it stays forward-compatible when browser-specific lint rules ship.
Read articlePresets / Eslint
Reserve the browser environment layer in your flat config so it stays forward-compatible when browser-specific lint rules ship.
Read articlePresets / Tsconfig
Add browser DOM type definitions and bundler module resolution to a Nova TSConfig chain for code that ships to the browser.
Read articlePresets / Eslint
Reserve the Cloudflare Workers layer in your flat config with a named ignore group ready for worker build output paths.
Read articlePresets / Tsconfig
Configure TypeScript for Cloudflare Workers with bundler resolution, per-file isolation, and no compiler emit so Wrangler owns the build.
Read articlePresets / Eslint
Reserve the edge runtime layer in your flat config so it stays forward-compatible when edge-specific lint rules ship.
Read articlePresets / Tsconfig
Add DOM-compatible type definitions and bundler module resolution to a Nova TSConfig chain for code that runs on edge runtimes.
Read articlePresets / Eslint
Lint Node.js code with eslint-plugin-n, ban raw console and process.exit, and relax hashbang checks on CLI entry points.
Read articlePresets / Tsconfig
Add Node ESM module resolution and the ESNext lib to a Nova TSConfig chain for code that runs on the Node.js runtime.
Read articlePresets / Eslint
Reserve the Service Worker layer in your flat config so it stays forward-compatible when worker-specific lint rules ship.
Read articlePresets / Tsconfig
Configure TypeScript for service workers with WebWorker libraries, ESNext modules, and bundler resolution for browser background scripts.
Read articlePresets / Eslint
Reserve the Web Worker layer in your flat config so it stays forward-compatible when worker-specific lint rules ship.
Read articlePresets / Tsconfig
Configure TypeScript for web workers with WebWorker libraries, ESNext modules, automatic module detection, and bundler resolution.
Read article