Skip to content

Commit 230e1f0

Browse files
committed
cleanup
1 parent 97896f9 commit 230e1f0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@
3838
"editor.codeActionsOnSave": {
3939
"source.organizeImports.biome": "explicit",
4040
},
41-
"editor.defaultFormatter": "biomejs.biome",
42-
"cSpell.words": ["pageloads"]
41+
"editor.defaultFormatter": "biomejs.biome"
4342
}

packages/sveltekit/src/client/browserTracingIntegration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export class BrowserTracing extends OriginalBrowserTracing {
3131

3232
/**
3333
* A custom `BrowserTracing` integration for SvelteKit.
34-
*
35-
* @param options
3634
*/
3735
export function browserTracingIntegration(
3836
options: Parameters<typeof originalBrowserTracingIntegration>[0] = {},

0 commit comments

Comments
 (0)