lix-website/themes/lix/assets/bootstrap/node_modules/stylelint/bin/stylelint.js

9 lines
169 B
JavaScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
#!/usr/bin/env node
'use strict';
// to use V8's code cache to speed up instantiation time
require('v8-compile-cache');
require('../lib/cli')(process.argv.slice(2));