Skip to content

Commit

Permalink
refactor: normalize prettier config
Browse files Browse the repository at this point in the history
Use same rules across different lmsqueezy repos.
  • Loading branch information
brankoconjic committed Jun 10, 2024
1 parent a0d5780 commit 597fb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = {
singleQuote: false,
tabWidth: 2,
trailingComma: "es5",
useTabs: false,
};

export default config;

0 comments on commit 597fb05

Please sign in to comment.