diff --git a/.editorconfig b/.editorconfig
index 8927e2c..966da78 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,4 +9,4 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
-trim_trailing_whitespace = false
\ No newline at end of file
+trim_trailing_whitespace = false
diff --git a/.eslintignore b/.eslintignore
deleted file mode 100644
index a7af2a5..0000000
--- a/.eslintignore
+++ /dev/null
@@ -1,4 +0,0 @@
-dist
-node_modules
-.github
-types.generated.d.ts
\ No newline at end of file
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 296d99a..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,53 +0,0 @@
-/** @type {import("eslint").Linter.Config} */
-module.exports = {
- env: {
- node: true,
- es2022: true,
- browser: true,
- },
- extends: ['eslint:recommended', 'plugin:astro/recommended'],
- parser: '@typescript-eslint/parser',
- parserOptions: {
- tsconfigRootDir: __dirname,
- ecmaVersion: 'latest',
- sourceType: 'module',
- },
- rules: {},
- overrides: [
- {
- files: ['*.js'],
- rules: {
- 'no-mixed-spaces-and-tabs': ['error', 'smart-tabs'],
- },
- },
- {
- files: ['*.astro'],
- parser: 'astro-eslint-parser',
- parserOptions: {
- parser: '@typescript-eslint/parser',
- extraFileExtensions: ['.astro'],
- },
- rules: {
- 'no-mixed-spaces-and-tabs': ['error', 'smart-tabs'],
- },
- },
- {
- files: ['*.ts'],
- parser: '@typescript-eslint/parser',
- extends: ['plugin:@typescript-eslint/recommended'],
- rules: {
- '@typescript-eslint/no-unused-vars': [
- 'error',
- { argsIgnorePattern: '^_', destructuredArrayIgnorePattern: '^_' },
- ],
- '@typescript-eslint/no-non-null-assertion': 'off',
- },
- },
- {
- // Define the configuration for `
+ src="https://plausible.mehalter.com/js/script.js">
+