Fix prettier issues

This commit is contained in:
Ramon Wenger 2023-04-25 17:58:06 +02:00
parent 9bc11e7ae6
commit 09a20cf59f
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,9 @@ export interface LearningContentIdentifier {
icon: string;
}
export function learningContentTypeData(t: LearningContentType): LearningContentIdentifier {
export function learningContentTypeData(
t: LearningContentType
): LearningContentIdentifier {
switch (t) {
case "assignment":
return { title: "Transferauftrag", icon: "it-icon-lc-assignment" };

View File

@ -50,12 +50,12 @@ module.exports = {
"fst fst snd snd trd trd fth fth",
],
"rating-scale-slim": ["bar bar bar", "fst mid fth"],
"icon-card": ["icon title", "icon value"]
"icon-card": ["icon title", "icon value"],
},
gridTemplateColumns: {
"horizontal-bar-chart": "50px 1fr 300px 4fr 300px 1fr",
"horizontal-bar-chart-slim": "50px 1fr 78px 4fr 78px 1fr",
"icon-card": "60px auto"
"icon-card": "60px auto",
},
gridTemplateRows: {
"horizontal-bar-chart": "200px 40px",