SCSS Lint
$ gem install scss-lint
$ sudo gem install scss-lint
Downloading the configuration file
This will download the configuration file into your home directory
$ curl https://raw.githubusercontent.com/jacobthemyth/dotfiles/master/scss-lint.yml > ~/.scss-lint.yml
Using scss-lint in Atom
- You must already have the CLI tool and the Linter package installed.
- Install the package named linter-scss-lint.
- Go to the Settings page for linter-scss-lint.
- Delete the contents of the Excluded Linters box (if it exists) so that Atom
uses the configuration file you installed above.