Skip to content

Commit fc8bc5f

Browse files
committed
disable require-each-key (only required if there is interactivity, which there isn't)
1 parent 625e4d4 commit fc8bc5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default ts.config(
2727

2828
// https://github.com/sveltejs/eslint-plugin-svelte/issues/1353
2929
'svelte/no-navigation-without-resolve': 'off',
30+
'svelte/require-each-key': 'off'
3031

3132
}
3233
},

0 commit comments

Comments
 (0)