mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
No commits in common. "c3e0a7721a47a43fde25678ec85f09f4b3bf290b" and "e52881ba9b03725ef2ce2c3d5f9ee7c7213d89ce" have entirely different histories.
c3e0a7721a
...
e52881ba9b
@ -70,7 +70,7 @@ repos:
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v4.0.1
|
||||
rev: v3.1.0a1
|
||||
hooks:
|
||||
- id: reuse
|
||||
exclude: ^.cache\/.*$
|
||||
|
@ -69,11 +69,11 @@ looks like:
|
||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||
{
|
||||
"files": "conf/librewolf.overrides.cfg",
|
||||
"options": { "parser": "babel" }
|
||||
"options": { "parser": ".js" }
|
||||
},
|
||||
{
|
||||
"files": "conf/autoconfig.js.online",
|
||||
"options": { "parser": "babel" }
|
||||
"options": { "parser": ".js" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -145,6 +145,5 @@ repos:
|
||||
## Further information
|
||||
|
||||
- [prettier docs install](https://prettier.io/docs/en/install)
|
||||
- [prettier parser options](https://github.com/prettier/prettier/blob/main/docs/options.md#parser)
|
||||
- [corepack docs](https://nodejs.org/api/corepack.html)
|
||||
- [corepack readme](https://github.com/nodejs/corepack/blob/main/README.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user