-
Notifications
You must be signed in to change notification settings - Fork 307
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
Prettier #3002
Prettier #3002
Conversation
459185d
to
050a6bd
Compare
package.json
Outdated
@@ -47,7 +50,9 @@ | |||
"testModules": "lerna run test --ignore=cbioportal-frontend --stream", | |||
"test:watch": "yarn run test -- --watch", | |||
"test:debug": "yarn run test -- --debug --browsers=Chrome_with_debugging --single-run=false", | |||
"prettierLastCommit": "yarn run prettier --write $(git diff-tree --no-commit-id --name-only -r $(git rev-parse HEAD))", | |||
"prettierFixCurrentChanges": "yarn run prettier --write $(git diff HEAD --name-only)", |
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.
nice - it does also seem to ignore things in prettierignore even if you explicitly pass that file to prettier. Sweet
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.
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.
Looks good, but make sure to update the Formatting Code with Prettier JS
section of the README
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
…prettierFix command Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
3cd5e2c
to
b048f93
Compare
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
4362ce2
to
cf653fc
Compare
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
No description provided.