UNPKG

@boehringer-ingelheim/eslint-config

Version:

Shared eslint configuration used at Boehringer Ingelheim for code styling

21 lines 569 B
/** * 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 const NEXTJS_ROUTING_FILES = [ 'default', 'error', 'global-error', 'layout', 'loading', 'not-found', 'page', 'route', 'template', ]; //# sourceMappingURL=nextjs.utils.js.map