-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in ballista also check for UI prettier changes #578
Conversation
Codecov Report
@@ Coverage Diff @@
## master #578 +/- ##
=======================================
Coverage 76.02% 76.02%
=======================================
Files 156 156
Lines 27063 27063
=======================================
Hits 20575 20575
Misses 6488 6488 Continue to review full report at Codecov.
|
a5385e2
to
4110585
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really nice. Great work @jimexist ❤️
npx yarn | ||
# if you encounter error, try rerun the command below with --write instead of --check | ||
# and commit the changes | ||
npx yarn prettier --check **/*.{ts,tsx} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimexist We should include css also?
@@ -52,7 +52,7 @@ | |||
"devDependencies": { | |||
"@types/react-table": "^7.0.28", | |||
"@types/react-timeago": "^4.1.2", | |||
"prettier": "^2.2.1" | |||
"prettier": "^2.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
4110585
to
5037dcd
Compare
Which issue does this PR close?
in ballista also check for UI prettier changes
Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?