Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.04 KB

SassLint NPM Version wercker status

⚠️ No longer maintained. Take a look at stylelint for an alternative.

SassTree is a JavaScript SCSS linter, built on SassTree.

screenshot

To install, run npm install -g sasslint.

Configuration

SassLint will recursively search for a .sasslint.json configuration file in parent directories of the file being linted (or a configuration file can be specified with the --config option). See the example config for details.

Development

npm install
./bin/sasslint tests/input.scss