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();

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-sass-lint

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • csmets