UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

20 lines (18 loc) 465 B
#!/usr/bin/env node const STYLELINT_CONFIG = `export default { extends: [ 'stylelint-config-standard-scss', 'stylelint-config-rational-order', 'stylelint-prettier/recommended', 'stylelint-config-css-modules', ], plugins: [ 'stylelint-order', 'stylelint-config-rational-order/plugin', 'stylelint-prettier', ], defaultSeverity: 'warning', }; `; export { STYLELINT_CONFIG }; //# sourceMappingURL=stylelint-config.constant.js.map