Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-stylelint

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-stylelint

Gatsby plugin to add support for stylelint

3.2.0
latest
Source
npmnpm
Version published
Weekly downloads
181
2.26%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

gatsby

FAQs

Package last updated on 22 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.