Skip to content

Commit

Permalink
docs: update properties options
Browse files Browse the repository at this point in the history
  • Loading branch information
yuschick committed Apr 3, 2023
1 parent 4a0b075 commit 4b638f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ physical property or value is found, it will be flagged.

The use-logical-properties-and-values rule accepts the following options:

| Option | Description |
| --------------- | ----------------------------------------------------------------------------------------------- |
| enable-auto-fix | Use this option in addition to the native Stylelint `--fix` flag to enable auto fixing on save. |
| Option | Value | Description |
| --------------- | --- | ----------------------------------------------------------------------------------------------- |
| enable-auto-fix | `true \| false` | Use this option in addition to the native Stylelint `--fix` flag to enable auto fixing on save. |
| [physical property] | `false \| 'off'` | Disable linting a specific physical property, like `overflow-y: false` to disable linting `overflow-y` declaration |

```json
{
Expand Down

0 comments on commit 4b638f2

Please sign in to comment.