Skip to content

Commit 9db87ee

Browse files
committed
chore: lint
1 parent 9c1e86d commit 9db87ee

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

cspell.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docs",
2828
".plans",
2929
"node_modules",
30-
"worktrees",
30+
".worktrees",
3131
".git"
3232
],
3333
"ignoreRandomStrings": true,
@@ -57,7 +57,8 @@
5757
"wallabyjs",
5858
"ptmux",
5959
"nargs",
60-
"vitesse"
60+
"vitesse",
61+
"realfavicongenerator"
6162
],
6263
"words": [
6364
"bupkis",
@@ -67,6 +68,7 @@
6768
"linkify",
6869
"positionals",
6970
"subcommand",
70-
"subcommands"
71+
"subcommands",
72+
"navigations"
7173
]
7274
}

site/media/footer.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
href="/media/favicon-96x96.png"
66
sizes="96x96"
77
/>
8-
<link rel="shortcut icon" href=/media/favicon.ico" />
8+
<link rel="shortcut icon" href="/media/favicon.ico" />
99
<link
1010
rel="apple-touch-icon"
1111
sizes="180x180"
@@ -15,4 +15,12 @@
1515
<link rel="manifest" href="/media/site.webmanifest" />
1616
<meta name="msapplication-TileColor" content="#da532c" />
1717

18-
<p><small>Copyright &copy 2025 <a href="https://github.com/boneskull/" title="@boneskull">Christopher "boneskull" Hiller</a>. Licensed <a href="https://blueoakcouncil.org/license/1.0.0">BlueOak-1.0.0</a></small></p>
18+
<p>
19+
<small
20+
>Copyright &copy 2025
21+
<a href="https://github.com/boneskull/" title="@boneskull"
22+
>Christopher "boneskull" Hiller</a
23+
>. Licensed
24+
<a href="https://blueoakcouncil.org/license/1.0.0">BlueOak-1.0.0</a></small
25+
>
26+
</p>

site/media/site.webmanifest

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "bargs documentation",
3-
"short_name": "bargs",
2+
"background_color": "#ffffff",
3+
"display": "standalone",
44
"icons": [
55
{
66
"src": "/bargs/web-app-manifest-192x192.png",
@@ -15,7 +15,7 @@
1515
"purpose": "maskable"
1616
}
1717
],
18-
"theme_color": "#ffffff",
19-
"background_color": "#ffffff",
20-
"display": "standalone"
21-
}
18+
"name": "bargs documentation",
19+
"short_name": "bargs",
20+
"theme_color": "#ffffff"
21+
}

0 commit comments

Comments
 (0)