scsslint
v0.0.3
Published
nodejs bindings for scss-lint
Downloads
219
Readme
scsslint 
nodejs bindings for scss-lint
Overview
This is the core library used in grunt-scsslint. This can be used programmaticly in Node.js.
Getting Started
These are bindings for scss-lint and requires you to have Ruby and scss-lint installed. If you're on OS X or Linux you probably already have Ruby installed; test with ruby -v
in your terminal. When you've confirmed you have Ruby installed, run gem install scss-lint
to install scss-lint.
Install
npm install scsslint --save
Usage
var ScssLinter = require('scsslint');
var linter = new ScssLinter();
linter.lint( fileArray, options, doneCallback );
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
- 0.0.3 Fixed file detection. And error detecting
- 0.0.2 Fixed error during instantiation
- 0.0.1 First Release
License
Copyright (c) 2014 Fabrice Weinberg. Licensed under the MIT license.