sass-lint-underdog
Base sass-lint config for Underdog.io's SASS code.
Usage
Install this package as a dev dependency:
npm install --save-dev sass-lint-underdog
Use sass-lint-underdog
command instead of sass-lint
for linting your SASS code:
sass-lint-underdog scss/**/*.scss
sass-lint-underdog
will continue to work as expected with your project's local .sass-lint.yml
.
CLI options
The only command line options that sass-lint-underdog
supports is -c <config-file>
or --config <config-file>
to specify a sass-lint
config file to load.
Other than that, sass-lint-underdog
is the same as running sass-lint [--config <config-file>] --verbose <FILE>...
.