diff --git a/eslint.config.js b/eslint.config.js index 32ef292d0..883546e78 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -34,7 +34,9 @@ export default ts.config( 'svelte/no-reactive-reassign': 'off', 'svelte/no-reactive-literals': 'off', // TODO: @itznotabug, this requires a big refactor! - 'svelte/no-navigation-without-resolve': 'off' + 'svelte/no-navigation-without-resolve': 'off', + 'svelte/prefer-svelte-reactivity': 'off', + 'svelte/prefer-writable-derived': 'off' } }, {