1.0.0-alpha.0 • Published 5 years ago

@werkzeugkiste/stylelint-config v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@werkzeugkiste/stylelint-config alpha

A shared Stylelint config for @werkzeugkiste.

Installation

Get started by running this command in the root of your project:

yarn add --dev @werkzeugkiste/stylelint-config
npm install --save-dev @werkzeugkiste/stylelint-config

Afterwards install all peerDependencies into your project:

npx install-peerdeps --dev @werkzeugkiste/stylelint-config

Then add an .stylelint.json file to the root of your project before running the eslint command, with the following content

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

For more information see: https://stylelint.io/user-guide/configuration#extends