@nationalbankbelgium/code-style
Version:
Front-End code style
21 lines (15 loc) • 348 B
Markdown
<h1 align="center">
code style - stylelint 13.9.x
</h1>
This sub-package hosts the [stylelint](https://stylelint.io) configuration for stylelint 13.9.x.
Adapt the content of your `.stylelintrc` file as follows:
```text
{
"extends": "@nationalbankbelgium/code-style/stylelint/13.9.x",
"rules": {
// your rules
}
}
```