Add prettierrc config
This commit is contained in:
parent
f4d570c7e5
commit
13a5bb9282
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,6 +14,7 @@
|
|||
!.npmrc
|
||||
!.plop
|
||||
!.prettierignore
|
||||
!.prettierrc
|
||||
!.pylintrc
|
||||
!.travis*
|
||||
!.testcafe
|
||||
|
|
4
.prettierrc
Normal file
4
.prettierrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"arrowParens": "avoid",
|
||||
"trailingComma": "none"
|
||||
}
|
Loading…
Reference in a new issue