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

Commit

Permalink
Keep .prettierrc config in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Dec 19, 2019
1 parent e264b5f commit 6beea9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!.plop
!.jest
!.linguirc
!.prettierrc
dist
node_modules
src/locales/_build
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingComma": "es5"
}

0 comments on commit 6beea9f

Please sign in to comment.