Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtfpessoa/sslinter
Wrapper around CSSLint for LESS and SASS
https://github.com/rtfpessoa/sslinter
Last synced: 13 days ago
JSON representation
Wrapper around CSSLint for LESS and SASS
- Host: GitHub
- URL: https://github.com/rtfpessoa/sslinter
- Owner: rtfpessoa
- Created: 2015-05-08T22:50:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T01:36:07.000Z (over 8 years ago)
- Last Synced: 2024-10-10T01:11:58.421Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://github.com/rtfpessoa/sslinter
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StyleSheetLinter by [rtfpessoa](https://github.com/rtfpessoa)
Thin [CSSLint](https://github.com/CSSLint/csslint.git) wrapper to support LESS and SASS.
Fully [CSSLint](https://github.com/CSSLint/csslint.git) CLI compatible.
* Same CLI interface
* Same rules
* Same formatters
* Supports `.csslintrc`## Usage
Usage: sslinter [options]* [file|dir]*
Global Options
--help Displays this information.
--format= Indicate which format to use for output.
--list-rules Outputs all of the rules available.
--quiet Only output when errors are present.
--errors= Indicate which rules to include as errors.
--warnings= Indicate which rules to include as warnings.
--ignore= Indicate which rules to ignore completely.
--exclude-list= Indicate which files/directories to exclude from being linted.
--version Outputs the current version number.## Contribution
All contributions are welcome.
To contribute just send a pull request with your feature,fix,... and it will be reviewed asap.
## License
Copyright 2015 Rodrigo Fernandes. Released under the terms of the MIT license.
### Thanks
I would like to thank the [CSSLint](https://github.com/CSSLint/csslint) team for creating such a great tool,
[jgable](https://github.com/jgable) for [grunt-lesslint](https://github.com/jgable/grunt-lesslint)
which was used as inspiration for this tool and also both [less](https://www.npmjs.com/package/less) and
[node-sass](https://www.npmjs.com/package/node-sass) creator wich provided great parsing tools.