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

Add linting and formatting check #49

Merged
merged 11 commits into from
Feb 6, 2024
Merged

Add linting and formatting check #49

merged 11 commits into from
Feb 6, 2024

Conversation

TyHil
Copy link
Member

@TyHil TyHil commented Nov 15, 2023

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.

@TyHil TyHil marked this pull request as ready for review November 15, 2023 06:05
@TyHil TyHil linked an issue Jan 2, 2024 that may be closed by this pull request
@@ -1,4 +1,4 @@
name: "Submit to Web Store"
name: 'Submit to Web Store'
Copy link
Contributor

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?

Copy link
Member Author

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

Copy link
Contributor

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.

Copy link
Contributor

@Jake3231 Jake3231 left a 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.

@Jake3231
Copy link
Contributor

Also, have we verified that this works when installing the plugin?

@TyHil
Copy link
Member Author

TyHil commented Jan 22, 2024

Yup, pretty much all linter changes.

It works for me, yes.

@Jake3231
Copy link
Contributor

Given that all works I think we're good to merge, but another review would be great.

@TyHil TyHil changed the base branch from main to develop January 27, 2024 06:02
@TyHil
Copy link
Member Author

TyHil commented Jan 27, 2024

Just swapped this PRs base branch over to develop after I mistakenly had it set to main so it should be all good to merge now

@Jake3231 Jake3231 merged commit 79ca903 into develop Feb 6, 2024
1 check passed
Jake3231 added a commit that referenced this pull request Feb 7, 2024
Jake3231 added a commit that referenced this pull request Feb 7, 2024
@Jake3231 Jake3231 mentioned this pull request Feb 7, 2024
@TyHil TyHil deleted the lint-and-format branch October 30, 2024 05:22
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.

GitHub Actions: Lint + Typecheck
2 participants