UNPKG

stylelint

Version:

A mighty CSS linter that helps you avoid errors and enforce conventions.

8 lines (4 loc) 121 B
#!/usr/bin/env node import process from 'node:process'; import cli from '../lib/cli.mjs'; cli(process.argv.slice(2));