Skip to content

Commit

Permalink
Fixed prettierc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Apr 19, 2024
1 parent c29b77e commit 5ef202f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.cjs → .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import("prettier").Config} */

module.exports = {
export default {
tabWidth: 2,
useTabs: false,
};
}

0 comments on commit 5ef202f

Please sign in to comment.