Skip to content

Commit

Permalink
Fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 14, 2021
1 parent 26cafb6 commit 86eb374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=lf
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"arrowParens": "avoid",
"endOfLine": "auto",
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
"trailingComma": "none"
}

0 comments on commit 86eb374

Please sign in to comment.