Skip to content

Commit 38f265b

Browse files
committedDec 14, 2024
wip
1 parent a763193 commit 38f265b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/eslint-plugin-svelte/src/rules/valid-prop-names-in-kit-pages.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export default createRule('valid-prop-names-in-kit-pages', {
1010
docs: {
1111
description: 'disallow props other than data or errors in SvelteKit page components.',
1212
category: 'SvelteKit',
13-
// TODO Switch to recommended in the major version.
14-
configNames: []
13+
configNames: ['recommended', 'recommended_svelte5_without_legacy', 'recommended_svelte3_4']
1514
},
1615
schema: [],
1716
messages: {

0 commit comments

Comments
 (0)
Please sign in to comment.