Skip to content

vatu-team/stylelint-config

Repository files navigation

Vatu Stylelint Config

Use it as is or as a foundation for your own config.

Installation

npm install @vatu/stylelint-config --save-dev

Usage

Set your stylelint config to:

{
  "extends": "@vatu/stylelint-config"
}

Extending the config

Add a "rules" key to your config, then add your overrides and additions there.

For example, to change the max-line-length rule to use 80 characters:

{
  "extends": "@vatu/stylelint-config",
  "rules": {
    "max-line-length": 80
  }
}

Copyright (c) 2022 Vatu Ltd.

Contact

Vatu - info@vatu.dev

About

Stylelint config for Vatu development projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •