We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f9116 commit 6aa8619Copy full SHA for 6aa8619
1 file changed
packages/lint/README.md
@@ -23,7 +23,7 @@ This is a plugin with custom rules specifically for Fresh.
23
24
## Rules
25
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 |
+| Rule ID | Description |
+| ----------------------- | ---------------------------------------------------------------------------------- |
+| `handler-export` | Warn when exporting `handlers` over `handler` |
+| `server-event-handlers` | Warn when code attempts to use event handlers or functions as props in server code |
0 commit comments