-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add linting and formatting check #49
Conversation
@@ -1,4 +1,4 @@ | |||
name: "Submit to Web Store" | |||
name: 'Submit to Web Store' |
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.
Do we need to make this change?
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.
No, I could exclude this file from Prettier
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.
I trust your discretion on that.
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.
Tentatively approving after a brief review.
Is this just changes made by the linter? @iamwood Would appreciate your input, as I'm not as experienced in linting for this tech stack.
Also, have we verified that this works when installing the plugin? |
Yup, pretty much all linter changes. It works for me, yes. |
Given that all works I think we're good to merge, but another review would be great. |
Just swapped this PRs base branch over to |
Resolves #43
Add prettier and ESLint.
Add format and lint scripts in
package.json
.Run scripts on pre-commit (local) and commit (github).
Run prettier and fix ESLint warnings.