-
Notifications
You must be signed in to change notification settings - Fork 290
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
Run prettier #582
Conversation
@@ -111,7 +111,7 @@ | |||
"lint-staged": { | |||
"*.js": [ | |||
"eslint --cache --fix", | |||
"prettier --write" | |||
"prettier --write {src,site,test,examples}/**/*.js" |
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.
Only run prettier on js files present in these directories
.eslintcache | ||
.idea |
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.
Added to gitignore
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.
lgtm
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
Checklist: