metalsmith-sass-lint

1.0.3 • Public • Published

Metalsmith Sass Lint

Make sure your metalsmith project sass files are following your teams styleguide :)

Created due to no stylelint checking plugin found for metalsmith, and we needed something this for our production uses.

Usage

const Metalsmith = require('metalsmith');
const sasslint = require('metalsmit-sass-lint');
 
new Metalsmith()
    .source('styles')
    .use(sasslint({
        configFile: '.stylelintrc',
    }))
    .build();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i metalsmith-sass-lint

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • csmets