Skip to content

Commit bf748e8

Browse files
committed
lang=ts instead of typescript
1 parent 5ad98a5 commit bf748e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webviews/components/ScanOverview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script lang="typescript">
1+
<script lang="ts">
22
import { onMount } from "svelte";
33
import ScanResultTable from "./ScanResultTable.svelte";
44
import NavigationBanner from "./Navigation.svelte";

webviews/components/ScanResultTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script lang="typescript">
1+
<script lang="ts">
22
import { TabulatorFull as Tabulator } from "tabulator-tables";
33
import { onMount } from "svelte";
44

webviews/components/ViolationTableFull.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script lang="typescript">
1+
<script lang="ts">
22
import { TabulatorFull as Tabulator } from "tabulator-tables";
33
import { onMount } from "svelte";
44

0 commit comments

Comments
 (0)