@baseplate-dev/core-generators
Version:
Core generators for Baseplate
9 lines • 365 B
JavaScript
import { NODE_ESLINT_PATHS } from './template-paths.js';
import { NODE_ESLINT_RENDERERS } from './template-renderers.js';
import { NODE_ESLINT_TEMPLATES } from './typed-templates.js';
export const NODE_ESLINT_GENERATED = {
paths: NODE_ESLINT_PATHS,
renderers: NODE_ESLINT_RENDERERS,
templates: NODE_ESLINT_TEMPLATES,
};
//# sourceMappingURL=index.js.map