We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trailingSlash
valid-prop-names-in-kit-pages
1 parent 09b35ad commit 181cf52Copy full SHA for 181cf52
src/rules/valid-prop-names-in-kit-pages.ts
@@ -3,7 +3,7 @@ import type { TSESTree } from "@typescript-eslint/types"
3
import { createRule } from "../utils"
4
import { isKitPageComponent } from "../utils/svelte-kit"
5
6
-const EXPECTED_PROP_NAMES = ["data", "errors"]
+const EXPECTED_PROP_NAMES = ["data", "errors", "trailingSlash"]
7
8
export default createRule("valid-prop-names-in-kit-pages", {
9
meta: {
0 commit comments