UNPKG

@tcd-devkit/eslint-preset-node

Version:

Comprehensive ESLint Flat Configuration Preset for Node.js projects. This preset bundles various @tcd-devkit ESLint configurations for a robust Node.js and TypeScript linting setup.

4 lines 163 B
import type { Linter } from 'eslint'; export declare const nodePreset: Linter.Config[]; export default nodePreset; //# sourceMappingURL=node-preset.linter.d.ts.map