UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

15 lines (13 loc) 314 B
#!/usr/bin/env node const PRETTIER_CONFIG_SCRIPTS = { format: { command: "prettier --check .", name: "format", }, formatFix: { command: "prettier --write .", name: "format:fix", }, }; export { PRETTIER_CONFIG_SCRIPTS }; //# sourceMappingURL=scripts.constant.js.map