Skip to content

Commit

Permalink
Fix typo in readme (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 14, 2022
1 parent 9d3380f commit 0bc0da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -153,8 +153,8 @@ These are the types of rule metadata that are available for display in rule list
| Emoji | Type | Column? | Notice? | Description |
| --- | --- | --- | --- | --- |
| 💼 | `configsError` | Yes | No | Whether a rule is set to `error` in a config. |
| ⚠️ | `configsOff` | Yes | No | Whether a rule is set to `off` in a config. |
| 🚫 | `configsWarn` | Yes | No | Whether a rule is set to `warn` in a config. |
| 🚫 | `configsOff` | Yes | No | Whether a rule is set to `off` in a config. |
| ⚠️ | `configsWarn` | Yes | No | Whether a rule is set to `warn` in a config. |
| 💼 | `configs` | No | Yes | What configs set a rule to what [severities](https://eslint.org/docs/latest/user-guide/configuring/rules#rule-severities). |
|| `deprecated` | Yes | Yes | Whether a rule is deprecated (i.e. likely to be removed/renamed in a future major version). |
| | `description` | Yes | No | The rule description. |
Expand Down

0 comments on commit 0bc0da4

Please sign in to comment.