<h1 align="center">
   code style - stylelint 13.2.x
</h1>

## About

This sub-package hosts the [stylelint](https://stylelint.io) configuration for stylelint 13.2.x.

## Usage

Adapt the content of your `.stylelintrc` file as follows:

```text
{
	"extends": "@nationalbankbelgium/code-style/stylelint/13.2.x",
	"rules": {
		// your rules
	}
}
```
