aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biome.json3
-rw-r--r--src/app.d.ts2
-rw-r--r--src/app.html2
3 files changed, 1 insertions, 6 deletions
diff --git a/biome.json b/biome.json
index 0ff94624..ce1376d8 100644
--- a/biome.json
+++ b/biome.json
@@ -27,9 +27,6 @@
"useAltText": "off",
"useGenericFontNames": "off"
},
- "correctness": {
- "noInvalidUseBeforeDeclaration": "off"
- },
"suspicious": {
"noDoubleEquals": "off",
"noDuplicateCase": "off",
diff --git a/src/app.d.ts b/src/app.d.ts
index 1598a90b..0c87d224 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -19,5 +19,3 @@ declare global {
track: (event_name: string, event_data?: Record<string, unknown>) => void;
};
}
-
-export {};
diff --git a/src/app.html b/src/app.html
index 85f89c52..13dc8567 100644
--- a/src/app.html
+++ b/src/app.html
@@ -107,7 +107,7 @@
</script>
<script>
- var global = global || window;
+ var global = window;
aoButa = '';