Skip to content

Commit

Permalink
Add base prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Apr 3, 2024
1 parent 353a9c5 commit 1eabaaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* @type {import("prettier").Config}
*/
const config = {
trailingComma: "es5",
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
};

module.exports = config;

0 comments on commit 1eabaaf

Please sign in to comment.