Skip to content

Commit

Permalink
Use yarn instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Aug 4, 2024
1 parent ff27910 commit 912a15c
Show file tree
Hide file tree
Showing 4 changed files with 8,385 additions and 15,805 deletions.
13 changes: 13 additions & 0 deletions website/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
...require("@stellar/prettier-config"),
// This is mostly content, and prose wrap has a way of exploding markdown
// diffs. Override the default for a better experience.
overrides: [
{
files: "*.mdx",
options: {
proseWrap: "never",
},
},
],
};
Loading

0 comments on commit 912a15c

Please sign in to comment.