fix: lock!

This commit is contained in:
Darshan
2025-12-31 18:42:45 +05:30
parent ccc9762532
commit bbf36838fb
+3 -1
View File
@@ -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'
}
},
{