Skip to content

Commit

Permalink
Disable trailing commas in prettier to avoid changing every single so…
Browse files Browse the repository at this point in the history
…urce file
  • Loading branch information
i-like-robots committed Mar 23, 2020
1 parent c0813a5 commit 350363b
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 @@
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"jsxBracketSameLine": true
"jsxBracketSameLine": true,
"trailingComma": "none"
}

0 comments on commit 350363b

Please sign in to comment.