Fix pre-commit.ci
This commit is contained in:
parent
3c3d779d3d
commit
8c47346470
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -61,7 +61,11 @@ const prefilledInstance = searchParameters.get("instance");
|
|||
</ul>
|
||||
<p data-translate="credits">
|
||||
Share₂Fedi is developed and maintained by
|
||||
<a href="https://www.kytta.dev/" data-translate="nikita">Nikita Karamov</a>. Source code is
|
||||
<a
|
||||
href="https://www.kytta.dev/"
|
||||
data-translate="nikita"
|
||||
>Nikita Karamov</a
|
||||
>. Source code is
|
||||
<a
|
||||
href="https://github.com/kytta/share2fedi"
|
||||
data-translate="onGitHub"
|
||||
|
|
Reference in a new issue