1.0.0-alpha.0 • Published 7 years ago
@werkzeugkiste/stylelint-config v1.0.0-alpha.0
@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-confignpm install --save-dev @werkzeugkiste/stylelint-configAfterwards install all peerDependencies into your project:
npx install-peerdeps --dev @werkzeugkiste/stylelint-configThen 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