Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
faultyserver committed Dec 2, 2023
1 parent 9b0da59 commit 5a3e3c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ export default defineConfig({
items: [
{ label: "Analyzer", link: "/analyzer" },
{ label: "Formatter", link: "/formatter" },
{ label: "Formatter Option Philosophy", link: "/formatter/option-philosophy" },
{
label: "Formatter Option Philosophy",
link: "/formatter/option-philosophy",
},
{ label: "Linter", link: "/linter" },
{ label: "Lint rules", link: "/linter/rules" },
],
Expand Down

0 comments on commit 5a3e3c9

Please sign in to comment.