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

fix: ensure @typescript-eslint/semi rule is applied #275

Merged
merged 2 commits into from
Apr 22, 2020
Merged

fix: ensure @typescript-eslint/semi rule is applied #275

merged 2 commits into from
Apr 22, 2020

Conversation

bengourley
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[x] Bug fix
[ ] New feature
[ ] Other, please explain:

What changes did you make? (Give an overview)

Added @typescript-eslint/semi to the list of equivalent rules.

Which issue (if any) does this pull request address?

Consistent semi-colon usage was not being applied to TypeScript code when linting with this config.

Is there anything you'd like reviewers to focus on?
There may be other equivalent packages I haven't noticed. I only added the one I was knowingly being affected by, but there may be a better way to ensure the equivalents don't get out of date.

Copy link
Owner

@mightyiam mightyiam left a comment

Choose a reason for hiding this comment

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

Thank you, @bengourley. I'm not sure how I missed this one.

src/index.ts Outdated Show resolved Hide resolved
Co-Authored-By: Shahar Dawn Or <mightyiampresence@gmail.com>
@mightyiam mightyiam merged commit 92b21c7 into mightyiam:master Apr 22, 2020
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.

None yet

3 participants