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

chore: merge lint-staged script #4404

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

TinsFox
Copy link
Contributor

@TinsFox TinsFox commented May 15, 2024

Description

Merge lint-staged script

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. javascript Pull requests that update Javascript code labels May 15, 2024
@takatost takatost requested a review from nite-knite May 16, 2024 03:45
@bowenliang123
Copy link
Contributor

The title and the description emphasize the key change is merging eslints options, while prettier linter action is introduced for the js scripts as well. Is it the main purpose and what's impact of the PR ? If prettier is introduced for lining, how does it aligned to the automated style checks?

kerlion and others added 19 commits May 20, 2024 09:47
Co-authored-by: kotamat <kota1681@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels May 20, 2024
@TinsFox
Copy link
Contributor Author

TinsFox commented May 20, 2024

The title and the description emphasize the key change is merging eslints options, while prettier linter action is introduced for the js scripts as well. Is it the main purpose and what's impact of the PR ? If prettier is introduced for lining, how does it aligned to the automated style checks?

Sorry, I forgot to remove the prettier script before submitting.

@bowenliang123
Copy link
Contributor

The title and the description emphasize the key change is merging eslints options, while prettier linter action is introduced for the js scripts as well. Is it the main purpose and what's impact of the PR ? If prettier is introduced for lining, how does it aligned to the automated style checks?

Sorry, I forgot to remove the prettier script before submitting.

Thanks for the reply. Let's know when the changes are ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet