first commit
This commit is contained in:
7
node_modules/stylelint/bin/stylelint.mjs
generated
vendored
Normal file
7
node_modules/stylelint/bin/stylelint.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import process from 'node:process';
|
||||
|
||||
import cli from '../lib/cli.mjs';
|
||||
|
||||
cli(process.argv.slice(2));
|
||||
Reference in New Issue
Block a user