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

Static Analysis Test JSHint #55

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Static Analysis Test JSHint #55

merged 3 commits into from
Oct 21, 2024

Conversation

shantinghou
Copy link

What

Integrated JSHint to the code base and tested its capabilities among randomly selected files

Why

To improve the extensibility of the codebase and readability for future developers

How

  • npm install -g jshint
  • npm install --save-dev jshint
  • Created .jshintrc to add jshint configuration
  • npx jshint . to test

Testing Result

https://docs.google.com/document/d/1Xcxw0_-bqhLtZkHdJlvHvSkbmcwkWYqFGW3-HN22SzU/edit?tab=t.0

@shantinghou shantinghou added the testing improving code coverage label Oct 21, 2024
@shantinghou shantinghou self-assigned this Oct 21, 2024
@guanjiecheng guanjiecheng self-requested a review October 21, 2024 16:10
Copy link

@guanjiecheng guanjiecheng left a comment

Choose a reason for hiding this comment

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

LGTM

@shantinghou shantinghou merged commit 5e21690 into f24 Oct 21, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing improving code coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants