UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

15 lines (13 loc) 354 B
#!/usr/bin/env node const STYLELINT_CONFIG_SCRIPTS = { lintStyle: { command: 'stylelint "**/*.{css,scss}"', name: "lint:style", }, lintStyleFix: { command: 'stylelint "**/*.{css,scss}" --fix', name: "lint:style:fix", }, }; export { STYLELINT_CONFIG_SCRIPTS }; //# sourceMappingURL=scripts.constant.js.map