Compare commits

..

No commits in common. "1cef98708c6685be757d723cf2e5c8bb37c1d5ab" and "e36e4eb9f71a234851bba4a186dde307952d3f08" have entirely different histories.

7 changed files with 17 additions and 45 deletions

View File

@ -9,8 +9,5 @@ indent_style = space
indent_size = 2 indent_size = 2
max_line_length = 78 max_line_length = 78
[.prettierrc]
indent_style = tab
[{LICENSE,*.{markdown,md}}] [{LICENSE,*.{markdown,md}}]
trim_trailing_whitespace = false trim_trailing_whitespace = false

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
node_modules/
pnpm-lock.yaml

View File

@ -1,18 +1,15 @@
# @format
ci: ci:
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
# the frequency of unnecessary PRs. # the frequency of unnecessary PRs.
# https://github.com/pre-commit-ci/issues/issues/83 # https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
skip: [prettier]
default_language_version: default_language_version:
python: pypy3 python: pypy3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md"] args: ["--markdown-linebreak-ext", "md"]
@ -26,12 +23,10 @@ repos:
- id: detect-private-key - id: detect-private-key
- id: fix-byte-order-marker - id: fix-byte-order-marker
- repo: local - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
hooks: hooks:
- id: prettier - id: prettier
name: prettier
entry: pnpm exec prettier --cache --ignore-unknown --write
language: system
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3" rev: "2.7.3"

View File

@ -1,7 +0,0 @@
{
"insertPragma": true,
"proseWrap": "always",
"singleAttributePerLine": true,
"plugins": ["prettier-plugin-sh"],
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}

View File

@ -1,5 +1,3 @@
<!-- @format -->
# Saluton kaj bonvenon al mian Forĝejo/Gitea-profilon! # Saluton kaj bonvenon al mian Forĝejo/Gitea-profilon!
My Forĝejo home is on [gitea.blesmrt.net](https://gitea.blesmrt.net/Mikaela), My Forĝejo home is on [gitea.blesmrt.net](https://gitea.blesmrt.net/Mikaela),
@ -15,22 +13,19 @@ with:
[Forĝejo](https://git.piraattipuolue.fi/), presenting us in [Forĝejo](https://git.piraattipuolue.fi/), presenting us in
[PirateIRC](https://pirateirc.net/) and often communicating with the [PirateIRC](https://pirateirc.net/) and often communicating with the
upstream projects, our users or other Pirate Parties. upstream projects, our users or other Pirate Parties.
- Are you entitled to vote in Finland? Please consider - Are you entitled to vote in Finland? Please consider [signing our online supporter card](https://puoluerekisteri.fi/#/puolue/51) so we can become a registered party again. It's free, doesn't bind you to anything and unlike with presidential elections, you can sign supporter cards to as many parties as you would like.
[signing our online supporter card](https://puoluerekisteri.fi/#/puolue/51)
so we can become a registered party again. It's free, doesn't bind you to
anything and unlike with presidential elections, you can sign supporter
cards to as many parties as you would like.
- I am a [FluffyChat](https://gitlab.com/famedly/fluffychat/) moderator at - I am a [FluffyChat](https://gitlab.com/famedly/fluffychat/) moderator at
Matrix, helping when I can in the rooms and occassionally contributing to Matrix, helping when I can in the rooms and occassionally contributing to
documentation either within FluffyChat or wider Matrix ecosystem (where some documentation either within FluffyChat or wider Matrix ecosystem (where
would swear that I am everywhere :wink:). I am also a Finnish localizer for some would swear that I am everywhere :wink:). I am also a Finnish
FluffyChat and [Nheko](https://github.com/Nheko-Reborn/nheko/). localizer for FluffyChat and
[Nheko](https://github.com/Nheko-Reborn/nheko/).
- You may also find me in other projects reporting or commenting on issues, - You may also find me in other projects reporting or commenting on issues,
discussions, contributing to Finnish localisations or documentation discussions, contributing to Finnish localisations or documentation
(in-tree, wiki, or something else), chatting on project spaces regardless of (in-tree, wiki, or something else), chatting on project spaces regardless
platform (maybe even as a moderator), advocating for a project in fitting of platform (maybe even as a moderator), advocating for a project in
situation or otherwise doing something small that needs doing such as fitting situation or otherwise doing something small that needs doing such
[occassional OpenStreetMap contribution](https://www.openstreetmap.org/user/Ciblia). as [occassional OpenStreetMap contribution](https://www.openstreetmap.org/user/Ciblia).
## Personal repository summary ## Personal repository summary
@ -48,7 +43,7 @@ with:
- [gist - assortment of potentially useful boilerplate, config, documentation on random subjects or anything that may be useful for my personal documentation or things that just aren't big enough for their own repos](https://gitea.blesmrt.net/mikaela/gist). - [gist - assortment of potentially useful boilerplate, config, documentation on random subjects or anything that may be useful for my personal documentation or things that just aren't big enough for their own repos](https://gitea.blesmrt.net/mikaela/gist).
The name comes from [GitHub gist](https://gist.github.com/). The name comes from [GitHub gist](https://gist.github.com/).
As you may have noticed, I am not the person to ask for when you want a coder, As you may have noticed, I am not the person to ask for when you want a
but I may be the person for sysadmin tasks, software testing, documentation coder, but I may be the person for sysadmin tasks, software testing,
writer, link between your developers and community, or something more that documentation writer, link between your developers and community, or
doesn't fit small introduction or a neat box :smiley: something more that doesn't fit small introduction or a neat box :smiley:

View File

@ -1,6 +0,0 @@
{
"devDependencies": {
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0"
}
}