Merge pull request #585 from mirumee/feature/prettier-config

Add prettierrc config
This commit is contained in:
Dominik Żegleń 2020-07-06 12:26:31 +02:00 committed by GitHub
commit 8d7f15411a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}