0.1.0 • Published 3 years ago

@rocketds/stylelint-config v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

@rocketds/stylelint-config

Stylelint configuration for the Rocket Design System

Getting started

npm install -S @rocketds/stylelint-config

or

yarn add @rocketds/stylelint-config

Usage

You can use @rocketds/stylelint-config in your project by extending it in your stylelint configuration. For example, if we had a .stylelintrc file:

{
  "extends": ["@rocketds/stylelint-config"]
}