feat(infra): Adds pre-comit setup and conventional commit message enforment
All checks were successful
On-Site VTT - Develop / build (push) Successful in 2m50s
All checks were successful
On-Site VTT - Develop / build (push) Successful in 2m50s
Adds git-hooks for pre-commit package and configuration for repository checks and commit messages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"on-site-vtt.title": "On-Site VTT",
|
||||
"on-site-vtt.rotate": "Ansicht drehen"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"on-site-vtt.title": "On-Site VTT",
|
||||
"on-site-vtt.rotate": "Rotate view"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
"esmodules": [
|
||||
"./scripts/on-site-vtt.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ function rotateView() {
|
||||
}
|
||||
|
||||
Hooks.on("init", init);
|
||||
Hooks.on("ready", ready);
|
||||
Hooks.on("ready", ready);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.nsvRotate {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user