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

Installed the Static Analysis Tool: JShint #63

Closed
wants to merge 1 commit into from

Conversation

nusshkii
Copy link
Contributor

@nusshkii nusshkii commented Oct 20, 2023

  • Added JSHint for static code analysis.
  • JShint checks JavaScript code for potential errors, coding style violations, and adherence to coding standards.
  • Installed JSHint using npm install --save-dev jshint.
  • Created a .jshintrc configuration file to define project-specific coding standards and rules.
  • Ran JSHint on the project's JavaScript files like the src/admin/search.js and app.js files to identify potential code issues and fixed them. (attached the screenshot below)
JShint

@nusshkii nusshkii self-assigned this Oct 20, 2023
@nusshkii nusshkii added the enhancement New feature or request label Oct 20, 2023
@nusshkii nusshkii added this to the Project 3 milestone Oct 20, 2023
@nusshkii nusshkii added testing and removed enhancement New feature or request labels Oct 20, 2023
@nusshkii nusshkii closed this Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant