We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a74d85 commit 7a41b55Copy full SHA for 7a41b55
src/rules/no-not-data-props-in-kit-pages.ts
@@ -11,6 +11,7 @@ export default createRule("no-not-data-props-in-kit-pages", {
11
description:
12
"Disallow props other than data or errors in Svelte Kit page components.",
13
category: "Possible Errors",
14
+ // TODO Switch to recommended in the major version.
15
recommended: false,
16
},
17
schema: [],
0 commit comments