@splunk/stylelint-config

4.0.0 • Public • Published

@splunk/stylelint-config

A standardized stylelint config. It's designed to work well with styled-components and prettier, but can be used independently as well.

Install

Install the package and its dependencies.

  1. Install the peer dependencies:
    npm install --save-dev stylelint@^13
    
  2. Install the package:
    npm install --save-dev @splunk/stylelint-config
    

Usage

Add the package to your stylelint configuration file. If you don't have one, create stylelint.config.js in the root directory of your package.

module.exports = {
    extends: '@splunk/stylelint-config'
};

Dependents (0)

Package Sidebar

Install

npm i @splunk/stylelint-config

Weekly Downloads

238

Version

4.0.0

License

Apache-2.0

Unpacked Size

15.9 kB

Total Files

6

Last publish

Collaborators

  • splunker
  • splunk_sui_publish