broccoli-scss-lint
Broccoli plugin for validate .scss files
Dependencies
Installation
npm install broccoli-scss-lint
Options
config
Type: String
Default: ''
Specify a configuration file to use
bundleExec
Type: Boolean
Default: false
format
Type: String
| Array
Default: Default
Output format (xml, config). If value of this option equals xml, option 'reportFile' cannot be empty. Also you can set format as array (['xml', 'default'], ['config', 'default'], ['config', 'default', 'xml']) in order to see errors in console and save result in xml file.
reportFile
Type: String
Default: ''
File where will be saved report
Examples
var scssLint = ; // Validate with custom configfiles = ;
var scssLint = ; // Save xml reportfiles = ;
Release History
0.0.4 - Added option bundleExec.
0.0.3 - Bugfixes.
0.0.2 - Added opportunity set format as array, fix bugs.
0.0.1 - First release