bitexpert-cs-scsslint
This repository contains the configuration for scss-lint which is used by the grunt-scss-lint plugin to lint SCSS source
files.
Installation
It is required to have the scss-lint ruby package installed as the grunt-scss-lint plugin is a wrapper round that tool.
You can use gem to install the package:
sudo gem install scss-lint -v 0.29.0
Add the "bitexpert-cs-scsslint" package to the dev-dependencies section of your package.json file which resides in the
root folder of your project:
"devDependencies": {
"bitexpert-cs-scsslint": "^0.1.0"
}
Now run npm install to download and install bitexpert-cs-scsslint as well as the required dependencies:
npm install
License
bitexpert-cs-scsslint is released under the Apache 2.0 license.