UNPKG

@soleil-se/stylelint-config

Version:

Stylelint config based on stylelint-config-standard-scss, stylelint-config-recess-order and @stylistic/stylelint-plugin.

8 lines (6 loc) 229 B
#!/usr/bin/env node if (process.argv.includes('--setup')) { import('../setup.js'); } else { console.log('Available commands:\n--setup: Setup Stylelint configuration and dependencies needed for @soleil/stylelint-config.'); }