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/20 04:55:39 UTC

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

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


##########
config-ui/package.json:
##########
@@ -8,7 +8,8 @@
     "start": "webpack serve --progress",
     "start-production": "npm run build-production;node server.js",
     "lint": "eslint ./src --fix --ext .jsx --ext .js",
-    "cypress": "./node_modules/.bin/cypress open"
+    "cypress": "./node_modules/.bin/cypress open",
+    "prettier": "prettier . --write"

Review Comment:
   This is currently not actively triggered.



-- 
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