Skip to content

Commit 6edd2a8

Browse files
committed
refactor: lint
1 parent fe5b878 commit 6edd2a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/dokploy/lib/languages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const Languages = {
1818
norwegian: { code: "no", name: "Norsk" },
1919
azerbaijani: { code: "az", name: "Azərbaycan" },
2020
indonesian: { code: "id", name: "Bahasa Indonesia" },
21-
malayalam: { code: "ml", name: "മലയാളം" }
21+
malayalam: { code: "ml", name: "മലയാളം" },
2222
};
2323

2424
export type Language = keyof typeof Languages;

apps/dokploy/templates/templates.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,8 @@ export const templates: TemplateData[] = [
13161316
id: "glance",
13171317
name: "Glance",
13181318
version: "latest",
1319-
description: "A self-hosted dashboard that puts all your feeds in one place. Features RSS feeds, weather, bookmarks, site monitoring, and more in a minimal, fast interface.",
1319+
description:
1320+
"A self-hosted dashboard that puts all your feeds in one place. Features RSS feeds, weather, bookmarks, site monitoring, and more in a minimal, fast interface.",
13201321
logo: "glance.png",
13211322
links: {
13221323
github: "https://github.com/glanceapp/glance",
@@ -1329,7 +1330,8 @@ export const templates: TemplateData[] = [
13291330
id: "homarr",
13301331
name: "Homarr",
13311332
version: "latest",
1332-
description: "A sleek, modern dashboard that puts all your apps and services in one place with Docker integration.",
1333+
description:
1334+
"A sleek, modern dashboard that puts all your apps and services in one place with Docker integration.",
13331335
logo: "homarr.png",
13341336
links: {
13351337
github: "https://github.com/homarr-labs/homarr",
@@ -1339,5 +1341,4 @@ export const templates: TemplateData[] = [
13391341
tags: ["dashboard", "monitoring"],
13401342
load: () => import("./homarr/index").then((m) => m.generate),
13411343
},
1342-
13431344
];

0 commit comments

Comments
 (0)