UNPKG

sass-lint

Version:

Sass linter. Compatible but different from scss-lint

10 lines (7 loc) 149 B
#!/usr/bin/env node 'use strict'; var exitCode = 0, lint = require('../index'); process.on('exit', function () { process.exit(exitCode); });