Skip to content

Commit

Permalink
chore: use back-end settings for prettier in the front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue committed Nov 12, 2020
1 parent af31cf8 commit 23fe79d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
"endOfLine": "lf",
"semi": true,
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 2
}

0 comments on commit 23fe79d

Please sign in to comment.