Skip to content

Commit

Permalink
lint(prettier): trailingComma preferred as all vs none
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
mikehardy and styfle committed Apr 11, 2021
1 parent accbea4 commit 0a97c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Expand Up @@ -4,7 +4,7 @@
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
Expand Down

0 comments on commit 0a97c72

Please sign in to comment.