We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd06e38 commit 31f9116Copy full SHA for 31f9116
1 file changed
packages/lint/README.md
@@ -23,4 +23,7 @@ This is a plugin with custom rules specifically for Fresh.
23
24
## Rules
25
26
-TODO: COMING SOON!
+| 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 |
0 commit comments