You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/07 12:26:32 UTC

[GitHub] [incubator-devlake] e2corporation commented on a diff in pull request #2995: feat(config-ui): added prettier to help format code

e2corporation commented on code in PR #2995:
URL: https://github.com/apache/incubator-devlake/pull/2995#discussion_r964778307


##########
config-ui/.prettierrc.js:
##########
@@ -0,0 +1,6 @@
+module.exports = {
+  printWidth: 120,
+  singleQuote: true,
+  trailingComma: 'all',

Review Comment:
   Not a fan of Trailing commas, this should be set to `never`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org