Skip to content

paulhfischer/stylelint-config

Repository files navigation

stylelint-config

Stylelint-config for projects.

Usage

  1. Install via npm:

    npm install --save-dev @paulhfischer/stylelint-config --engine-strict
    

    Note: The installation requires npm version 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.

  2. Add the stylelint configuration to your stylelint-config:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published