1.0.7 • Published 6 years ago

styluslint-loader v1.0.7

Weekly downloads
3
License
WTFPL
Repository
github
Last release
6 years ago

webpack-styluslint-loader

Stylus lint loader for webpack. Based on stylint.

Installation

yarn add styluslint-loader -D

Usage

Place styluslint-loader before stylus-loader in your webpack config. For example:

{
    test: /\.styl/,
    use: [
        'css-loader',
        'stylus-loader',
        'styluslint-loader' // make sure it goes before stylus loader
    ]
}
1.0.7

6 years ago

1.0.6

6 years ago