Skip to content

Commit

Permalink
Quick fix: make "given" example consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Jan 28, 2023
1 parent b447409 commit d5969b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/rules/unit-allowed-list/README.md
Expand Up @@ -123,9 +123,7 @@ For example, with `["px", "em"]`.
Given:

```json
{
"ignoreFunctions": ["/^hsl/", "calc"]
}
["/^hsl/", "calc"]
```

The following patterns are _not_ considered problems:
Expand Down

0 comments on commit d5969b5

Please sign in to comment.