From bbf36838fb9545cab9962d47127bd29f39b3f88d Mon Sep 17 00:00:00 2001 From: Darshan Date: Sun, 23 Nov 2025 19:53:45 +0530 Subject: [PATCH] fix: lock! --- eslint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' } }, {