1.3.0 • Published 8 years ago

sass-lint-underdog v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

sass-lint-underdog

Build Status npm version

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>....