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

Integrated StandardJS and ts-standard [Static analysis tools for JS & TS code quality] #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssaloos
Copy link
Contributor

@ssaloos ssaloos commented Oct 18, 2023

StandardJS
To download the tool, I ran npm install standard --save-dev
Then I ran npx standard:
image
Then after package.json got updated, I ran npm run test, and got the same results as npx standard (meaning the tool can now run when tests are being run).
I also ran npx standard --fix, and some files got changed (fixed).

Ts-standard
To download the tool, I ran npm install --save-dev ts-standard
Then I ran npx ts-standard:
image
Then after package.json got updated, I ran npm run test, and got the same results as npx ts-standard (meaning the tool can now run when tests are being run).
I also ran npx ts-standard --fix, and some files got changed (fixed).

Copy link
Contributor

@Malika1109 Malika1109 left a comment

Choose a reason for hiding this comment

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

The integration looks good to me. I’ll approve the changes to merge after the deadline for the checkpoint

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.

2 participants