Skip to content

Commit

Permalink
[prettier][m]: Integrate Prettier for code formating - #70
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanaseryan committed Sep 7, 2020
1 parent c9c5598 commit f666387
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 94 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 79
}
Loading

0 comments on commit f666387

Please sign in to comment.