Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Examples

This directory includes basic examples on how you could use the stylelint-bare-webpack-plugin. You can run these examples yourself by cloning the repository, navigating to one of the example directories and running the webpack command from there.

$ cd <path-to-repository>/examples/<example>
$ ../../node_modules/.bin/webpack

Since the stylelint package itself is not included in this package you'll have to install it manually to run any of the examples.

$ npm install stylelint --no-save