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

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i metalsmith-sass-lint

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • csmets