Skip to content

Commit

Permalink
Rename prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Mar 17, 2022
1 parent 27e201a commit 36bf7e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
trailingComma: 'es5',
tabWidth: 4,
semi: true,
singleQuote: true,
jsxSingleQuote: false,
};
7 changes: 0 additions & 7 deletions prettier.json

This file was deleted.

0 comments on commit 36bf7e3

Please sign in to comment.