Compare commits

..

No commits in common. "c3e0a7721a47a43fde25678ec85f09f4b3bf290b" and "e52881ba9b03725ef2ce2c3d5f9ee7c7213d89ce" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -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\/.*$

View File

@ -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)