UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

10 lines (8 loc) 312 B
#!/usr/bin/env node const PRETTIER_CONFIG_SUMMARY = { customizeFilesLabel: "You can customize the configuration in these files:", formatDescription: "- npm run format", formatFixDescription: "- npm run format:fix", }; export { PRETTIER_CONFIG_SUMMARY }; //# sourceMappingURL=summary.constant.js.map