2.0.0 • Published 2 years ago

@geekhive/stylelint-config-standard v2.0.0

Weekly downloads
44
License
MIT
Repository
github
Last release
2 years ago

@geekhive/stylelint-config-standard

Standard stylelint configuration at GeekHive.

Usage

Install the package from the npm registry:

npm install @geekhive/stylelint-config-standard
yarn add @geekhive/stylelint-config-standard

And then add a .stylelintrc.json file to the repository root with the following contents:

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