broccoli-csslint

2.0.0 • Public • Published

broccoli-csslint Build Status

Add CSS linting to your Broccoli tree.

Installation

npm i broccoli-csslint

Usage

var cssLint = require('broccoli-csslint');
var tree = cssLint(someTree);

For linting options refer to the official CSSLint documentation.

Excluding files

Additionally this plugin provides the ability to define exclude-list in the .csslintrc file.

Development

npm i && npm t

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Thanks to the following

Crafted with <3 by John Otander (@4lpine).

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    3
    • latest

Version History

Package Sidebar

Install

npm i broccoli-csslint

Weekly Downloads

8

Version

2.0.0

License

MIT

Unpacked Size

10.7 kB

Total Files

17

Last publish

Collaborators

  • johno