1.3.0 • Published 10 years ago
sass-lint-underdog v1.3.0
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-underdogUse sass-lint-underdog command instead of sass-lint for linting your SASS code:
sass-lint-underdog scss/**/*.scsssass-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>....