@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
18 lines • 481 B
TypeScript
export declare enum EModule {
BRANCH_LINT = "branch-lint",
BUILDER = "builder",
CI = "ci",
COMMITLINT = "commitlint",
ESLINT = "eslint",
GITIGNORE = "gitignore",
IDE = "ide",
LICENSE = "license",
LINT_STAGED = "lint-staged",
PRETTIER = "prettier",
PRLINT = "prlint",
SEMANTIC_RELEASE = "semantic-release",
STYLELINT = "stylelint",
TESTING = "testing",
TYPESCRIPT = "typescript"
}
//# sourceMappingURL=module.enum.d.ts.map