mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
2 Commits
e52881ba9b
...
c3e0a7721a
Author | SHA1 | Date | |
---|---|---|---|
c3e0a7721a | |||
422fee5fb8 |
@ -70,7 +70,7 @@ repos:
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v3.1.0a1
|
||||
rev: v4.0.1
|
||||
hooks:
|
||||
- id: reuse
|
||||
exclude: ^.cache\/.*$
|
||||
|
@ -69,11 +69,11 @@ looks like:
|
||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||
{
|
||||
"files": "conf/librewolf.overrides.cfg",
|
||||
"options": { "parser": ".js" }
|
||||
"options": { "parser": "babel" }
|
||||
},
|
||||
{
|
||||
"files": "conf/autoconfig.js.online",
|
||||
"options": { "parser": ".js" }
|
||||
"options": { "parser": "babel" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -145,5 +145,6 @@ 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