diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2ea37e..f4edec2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: hooks: - id: prettier additional_dependencies: + - prettier # needed for pre-commit.ci - prettier-plugin-astro@^0.12.0 - repo: https://github.com/pre-commit/mirrors-eslint rev: "v8.48.0" @@ -28,6 +29,7 @@ repos: - eslint - eslint-config-prettier - eslint-plugin-astro + - astro-eslint-parser # needed for pre-commit.ci - eslint-plugin-unicorn - prettier@^3.0.2 - prettier-plugin-astro@^0.12.0 diff --git a/src/pages/index.astro b/src/pages/index.astro index 665199a..e0bacd5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -61,7 +61,11 @@ const prefilledInstance = searchParameters.get("instance");

Shareâ‚‚Fedi is developed and maintained by - Nikita Karamov. Source code is + Nikita Karamov. Source code is