Skip to content
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

Run prettier #582

Merged
merged 1 commit into from
May 19, 2021
Merged

Run prettier #582

merged 1 commit into from
May 19, 2021

Conversation

deshpsuy
Copy link
Contributor

@deshpsuy deshpsuy commented May 6, 2021

Description

Ran prettier

Motivation and Context

To make all code follow same coding style

How Has This Been Tested?

All tests passing

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@@ -111,7 +111,7 @@
"lint-staged": {
"*.js": [
"eslint --cache --fix",
"prettier --write"
"prettier --write {src,site,test,examples}/**/*.js"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only run prettier on js files present in these directories

Comment on lines +14 to +15
.eslintcache
.idea
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to gitignore

Copy link
Collaborator

@pradeepnschrodinger pradeepnschrodinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@deshpsuy deshpsuy merged commit ad60599 into master May 19, 2021
@pradeepnschrodinger pradeepnschrodinger deleted the run-prettier branch June 30, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants