UNPKG

@boehringer-ingelheim/eslint-config

Version:

Shared eslint configuration used at Boehringer Ingelheim for code styling

24 lines 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NEXTJS_ROUTING_FILES = void 0; /** * 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} */ exports.NEXTJS_ROUTING_FILES = [ 'default', 'error', 'global-error', 'layout', 'loading', 'not-found', 'page', 'route', 'template', ]; //# sourceMappingURL=nextjs.utils.js.map