@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
12 lines (10 loc) • 413 B
JavaScript
var ELintStagedFeature;
(function (ELintStagedFeature) {
ELintStagedFeature["ESLINT"] = "eslint";
ELintStagedFeature["PRETTIER"] = "prettier";
ELintStagedFeature["STYLELINT"] = "stylelint";
ELintStagedFeature["TYPESCRIPT"] = "typescript";
})(ELintStagedFeature || (ELintStagedFeature = {}));
export { ELintStagedFeature };
//# sourceMappingURL=lint-staged-feature.enum.js.map