@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
27 lines (25 loc) • 554 B
JavaScript
const PRLINT_CONFIG_SCRIPTS = {
context: {
command: "prlint context",
name: "prlint:context",
},
create: {
command: "prlint create",
name: "prlint:create",
},
fix: {
command: "prlint fix",
name: "prlint:fix",
},
generate: {
command: "prlint generate",
name: "prlint:generate",
},
lint: {
command: "prlint lint",
name: "prlint",
},
};
export { PRLINT_CONFIG_SCRIPTS };
//# sourceMappingURL=scripts.constant.js.map