We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625e4d4 commit fc8bc5fCopy full SHA for fc8bc5f
1 file changed
eslint.config.js
@@ -27,6 +27,7 @@ export default ts.config(
27
28
// https://github.com/sveltejs/eslint-plugin-svelte/issues/1353
29
'svelte/no-navigation-without-resolve': 'off',
30
+ 'svelte/require-each-key': 'off'
31
32
}
33
},
0 commit comments