Skip to content

Commit 458c52e

Browse files
committed
chore: cleanup commented lines
related to new sonarjs linter Change-Id: I2394549299b2e58a862fbaf2c669f0cb01caf61e Signed-off-by: Florent Benoit <[email protected]>
1 parent e503116 commit 458c52e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/app.d.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
// See https://kit.svelte.dev/docs/types#app
2222
// for information about these interfaces
2323
declare global {
24-
namespace App {
25-
// interface Error {}
26-
// interface Locals {}
27-
// interface PageData {}
28-
// interface Platform {}
29-
}
24+
namespace App {}
3025
}
3126

3227
export {};

0 commit comments

Comments
 (0)