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

Update linting/formatting dependencies and remove old CI dependencies #349

Merged
merged 4 commits into from
Mar 13, 2023
Merged

Update linting/formatting dependencies and remove old CI dependencies #349

merged 4 commits into from
Mar 13, 2023

Conversation

james-pre
Copy link
Collaborator

CI builds are currently failing, so there is no harm in removing old CI dependencies (especially since they are very old). As for formatting and linting, tslint has been deprecated for some time now.

This PR removes the old CI dependencies and migrates from tslint to eslint and eslint-typescript. It also adds prettier for formatting. In addition, it removed yarn usage in favor of NPM's slightly better package-lock.

No code changes have been made in this PR (just config).

james-pre and others added 4 commits March 13, 2023 14:10
Moved from using yarn to NPM (package.json)
Removed karma, mocha, and travis
Added prettier for formatting
Moved from tslint -> eslint (tslint is depracated)
@james-pre
Copy link
Collaborator Author

Also, note builds are successful though as @jcubic mentioned in #291 (comment) You may need to follow this Stack Overflow answer.

@james-pre james-pre merged commit 98cffba into jvilk:master Mar 13, 2023
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.

1 participant