Skip to content

BooheeFE/stylelint-config-booheefe

Repository files navigation

stylelint-config-booheefe

npm npm GitHub license

This package provides BooheeFE's base JS .stylelintrc as an extensible shared config.

Usage

Our default export contains all of our stylelint rules.

First, install this package

yarn add --dev stylelint-config-booheefe stylelint

or

npm install --save-dev stylelint-config-booheefe stylelint

Then add following contents to your .stylelintrc file

{
  "extends": "stylelint-config-booheefe"
}

License

The MIT License.

Releases

No releases published

Packages

No packages published