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:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
- prettier # needed for pre-commit.ci
|
||||||
- prettier-plugin-astro@^0.12.0
|
- prettier-plugin-astro@^0.12.0
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: "v8.48.0"
|
rev: "v8.48.0"
|
||||||
|
@ -28,6 +29,7 @@ repos:
|
||||||
- eslint
|
- eslint
|
||||||
- eslint-config-prettier
|
- eslint-config-prettier
|
||||||
- eslint-plugin-astro
|
- eslint-plugin-astro
|
||||||
|
- astro-eslint-parser # needed for pre-commit.ci
|
||||||
- eslint-plugin-unicorn
|
- eslint-plugin-unicorn
|
||||||
- prettier@^3.0.2
|
- prettier@^3.0.2
|
||||||
- prettier-plugin-astro@^0.12.0
|
- prettier-plugin-astro@^0.12.0
|
||||||
|
|
|
@ -61,7 +61,11 @@ const prefilledInstance = searchParameters.get("instance");
|
||||||
</ul>
|
</ul>
|
||||||
<p data-translate="credits">
|
<p data-translate="credits">
|
||||||
Share₂Fedi is developed and maintained by
|
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
|
<a
|
||||||
href="https://github.com/kytta/share2fedi"
|
href="https://github.com/kytta/share2fedi"
|
||||||
data-translate="onGitHub"
|
data-translate="onGitHub"
|
||||||
|
|
Reference in a new issue