Skip to content

Commit 7a41b55

Browse files
committed
chore: add todo
1 parent 7a74d85 commit 7a41b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-not-data-props-in-kit-pages.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default createRule("no-not-data-props-in-kit-pages", {
1111
description:
1212
"Disallow props other than data or errors in Svelte Kit page components.",
1313
category: "Possible Errors",
14+
// TODO Switch to recommended in the major version.
1415
recommended: false,
1516
},
1617
schema: [],

0 commit comments

Comments
 (0)