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

Install and Run StandardJs Static Analysis #106

Open
wants to merge 46 commits into
base: f24
Choose a base branch
from

Conversation

sherryzhuge1
Copy link

Followed directions from standardjs.com to integrate StandardJS into codebase to ensure consistent code style in Javascript and improve overall code quality. Features include linting without configuration, fixing styling issues automatically, detecting errors such as undeclared variables, etc.

Installation:
standard_install
Package.json file:
standard_pkg
Running it:
results_1
results_2

github-classroom bot and others added 30 commits September 9, 2024 02:05
added for loop to check if an admin is present in the voter list: src…
Modifying voters.yaml and votes.tpl in order to show front end changes for endorse feature.
…ch-query

Search: Filter topics based on a search query from templates/partials/topic-list-bar.tpl search bar. Hides topics that do not match and shows an info message for empty list.
…cs/posts.js to add showendorse boolean feature for admin upvotes
Backend changes to display endorsement next to the author of a post in a topic
Endorse: Created unit tests to test the functionality of the endorsement feature
Added endorseEnabled for admin group settings
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.

5 participants