Skip to content

Commit

Permalink
set prettier trailingComma to 'none' to conform with xo rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuiterb committed Apr 22, 2020
1 parent 40686c6 commit 9e4c992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"useTabs": true,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "avoid"
"arrowParens": "avoid",
"trailingComma": "none"
}

0 comments on commit 9e4c992

Please sign in to comment.