@paulhfischer/stylelint-config
v1.24.3
Published
Stylelint-config for projects.
Readme
stylelint-config
Stylelint-config for projects.
Usage
Install via
npm:npm install --save-dev @paulhfischer/stylelint-config --engine-strictNote: The installation requires
npmversion 7 or higher (otherwise peer dependencies aren't installed automatically). Have a look at the.pre-commit-hooks.yaml-file for a list of all peer-dependencies.Add the stylelint configuration to your stylelint-config:
{ "extends": ["@paulhfischer/stylelint-config"] }
