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