UNPKG

@nationalbankbelgium/code-style

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