UNPKG

@tcd-devkit/eslint-preset-next

Version:

Comprehensive ESLint Flat Configuration Preset for Next.js projects. This preset bundles various @tcd-devkit ESLint configurations for a complete Next.js, React, TypeScript, and a11y linting setup.

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