UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

44 lines (43 loc) 865 B
export const files = { prettier: [ { templates: ['.prettierrc.yml.jhi', '.prettierignore.jhi'], }, ], git: [ { templates: ['.gitignore.jhi', '.gitattributes.jhi'], }, ], global: [ { templates: [ '.editorconfig.jhi', { override: false, file: 'package.json', }, ], }, ], }; export const readme = { global: [ { templates: ['README.md'], }, ], }; export const commitHooksFiles = { commitHooks: [ { templates: [ '.lintstagedrc.cjs', { file: '.husky/pre-commit', noEjs: true, }, ], }, ], };