UNPKG

@soleil-se/eslint-config

Version:

ESLint configuration for Sitevision apps and projects.

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