Skip to content

Commit

Permalink
format js
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Oct 9, 2024
1 parent dc5d636 commit 1d877b4
Show file tree
Hide file tree
Showing 8 changed files with 879 additions and 845 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"singleQuote": true,
"jsxSingleQuote": true,
"proseWrap": "always"
}
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
packages = with pkgs; [
go
gopls
gofumpt
just
nodePackages.prettier
fd
nodejs
];
};
}
Expand Down
Loading

0 comments on commit 1d877b4

Please sign in to comment.