@boehringer-ingelheim/eslint-config
Version:
Shared eslint configuration used at Boehringer Ingelheim for code styling
11 lines • 448 B
TypeScript
/**
* List of special file names used by Next.js for routing and layouts.
*
* These filenames have specific purposes in the Next.js app directory structure,
* such as defining pages, layouts, error boundaries, and loading states.
*
* @type {string[]}
* @see {@link https://nextjs.org/docs/app/getting-started/project-structure#routing-files}
*/
export declare const NEXTJS_ROUTING_FILES: string[];
//# sourceMappingURL=nextjs.utils.d.ts.map