Add prettierrc config

This commit is contained in:
Dawid Tarasiuk 2020-07-03 15:17:36 +02:00
parent f4d570c7e5
commit 13a5bb9282
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -14,6 +14,7 @@
!.npmrc
!.plop
!.prettierignore
!.prettierrc
!.pylintrc
!.travis*
!.testcafe

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"arrowParens": "avoid",
"trailingComma": "none"
}