Skip to content

Commit 6aa8619

Browse files
committed
docs: add rules information to readme
1 parent 31f9116 commit 6aa8619

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/lint/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a plugin with custom rules specifically for Fresh.
2323

2424
## Rules
2525

26-
| Rule ID | Description |
27-
| ----------------------- | ------------------------------------------------------------ |
28-
| `handler-export` | Warn when exporting `handlers` over `handler` |
29-
| `server-event-handlers` | Warn when code attempts to use event handlers in server code |
26+
| Rule ID | Description |
27+
| ----------------------- | ---------------------------------------------------------------------------------- |
28+
| `handler-export` | Warn when exporting `handlers` over `handler` |
29+
| `server-event-handlers` | Warn when code attempts to use event handlers or functions as props in server code |

0 commit comments

Comments
 (0)