Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
add prettier rc
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Sep 17, 2021
1 parent 3b53c9e commit fce154e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}

0 comments on commit fce154e

Please sign in to comment.