Skip to content

Commit

Permalink
README - add TOC & fix heading level of Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed Dec 5, 2023
1 parent 694f2b9 commit 0811f20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

> Shareable stylelint config for CSS and SCSS, following [Wagtail’s code style](https://docs.wagtail.org/en/latest/contributing/ui_guidelines.html).
- [Usage](#usage)
- [Links](#links)
- [Contribution Guidelines](#contribution-guidelines)
- [Install](#install)
- [Development](#development)
- [Rules](#rules)

## Usage

Our default export contains all of our Stylelint rules, along with specific plugins for SCSS syntax.
Expand Down Expand Up @@ -37,7 +44,7 @@ Our default export contains all of our Stylelint rules, along with specific plug
- Run preflight checks before committing final code via `npm run preflight`
- Note: When working with the rule set, only modify the `index.js` file, not the `.eslintrc` file as it is for local linting only

### Rules
## Rules

<!-- AUTO GENERATED - run `npm run write-rules` to update - do not modify manually -->
<!-- RULES:START -->
Expand Down

0 comments on commit 0811f20

Please sign in to comment.