3.2.0 • Published 5 years ago

gatsby-plugin-stylelint v3.2.0

Weekly downloads
3,814
License
MIT
Repository
github
Last release
5 years ago

gatsby-plugin-stylelint

Gatsby v2 plugin to add support for stylelint-webpack-plugin.

Note

You need your own stylelint setup. Please have a look at the stylelint website.

The intention of this plugin is to inject stylelint into webpack for gatsbyjs.

Install

yarn add --dev gatsby-plugin-stylelint

Usage

// In your gatsby-config.js
plugins: ["gatsby-plugin-stylelint"]

Configuration

If you need to pass options to stylelint use the plugins options, see stylelint-webpack-plugin for all available options.

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-plugin-stylelint",
    options: { files: ["**/*.{js,jsx}"] }
  }
]

Example

To see the plugin in action, look at my example project.

3.2.0

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0-next.5

5 years ago

3.0.0-next.4

5 years ago

3.0.0-next.3

5 years ago

3.0.0-next.2

5 years ago

3.0.0-next.1

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago