UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

10 lines (8 loc) 328 B
#!/usr/bin/env node const STYLELINT_CONFIG_SUMMARY = { customizeFilesLabel: "You can customize the configuration in these files:", lintStyleDescription: "- npm run lint:style", lintStyleFixDescription: "- npm run lint:style:fix", }; export { STYLELINT_CONFIG_SUMMARY }; //# sourceMappingURL=summary.constant.js.map