File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ export default ts.config(
3434 'svelte/no-reactive-reassign' : 'off' ,
3535 'svelte/no-reactive-literals' : 'off' ,
3636 // TODO: @itznotabug , this requires a big refactor!
37- 'svelte/no-navigation-without-resolve' : 'off ' ,
38- 'svelte/prefer-svelte-reactivity' : 'off ' ,
39- 'svelte/prefer-writable-derived' : 'off '
37+ 'svelte/no-navigation-without-resolve' : '"warn" ' ,
38+ 'svelte/prefer-svelte-reactivity' : '"warn" ' ,
39+ 'svelte/prefer-writable-derived' : '"warn" '
4040 }
4141 } ,
4242 {
Original file line number Diff line number Diff line change 66 "build" : " bun run build.js" ,
77 "preview" : " vite preview" ,
88 "prepare" : " svelte-kit sync || echo ''" ,
9- "clean" : " rm -rf node_modules && rm -rf .svelte_kit && bun install --force " ,
9+ "clean" : " rm -rf node_modules && rm -rf .svelte_kit && bun install" ,
1010 "check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
1111 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch" ,
1212 "format" : " prettier --write --cache ." ,
9191 },
9292 "overrides" : {
9393 "vite" : " npm:rolldown-vite@latest"
94- },
95- "packageManager" : " bun@1.3.3"
94+ }
9695}
You can’t perform that action at this time.
0 commit comments